CompThr: Delete shutdownInd & exceptionInd

We no longer need them because we now have
mrntt::mrntt.finalizeReq(), which does a more holistic job of
shutting down Marionette (and thus, ultimately, Salmanoff).
This commit is contained in:
2025-09-15 13:43:11 -04:00
parent 77acbdd8de
commit b768739b96
2 changed files with 7 additions and 114 deletions
+1
View File
@@ -15,6 +15,7 @@ namespace mrntt {
extern std::atomic<int> exitCode;
void exitMarionetteLoop();
void marionetteFinalizeReqCb(bool success);
extern mrntt::MarionetteComponent mrntt;
} // namespace mrntt