summaryrefslogtreecommitdiff
path: root/src/main/command_executor_portfolio.cpp
diff options
context:
space:
mode:
authorKshitij Bansal <kshitij@cs.nyu.edu>2015-06-08 20:54:08 -0400
committerKshitij Bansal <kshitij@cs.nyu.edu>2015-06-08 20:54:08 -0400
commit591649f4631e348b65b61d3f1f4ccfe1f6baf7cc (patch)
treed21adc2e438402cfc33a656a4b6db37c3b4b28ac /src/main/command_executor_portfolio.cpp
parenta511f7a440aa99ea9db075a4356067b71902334f (diff)
make comment precise
Diffstat (limited to 'src/main/command_executor_portfolio.cpp')
-rw-r--r--src/main/command_executor_portfolio.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/command_executor_portfolio.cpp b/src/main/command_executor_portfolio.cpp
index 53200ab7a..f0d87cdf2 100644
--- a/src/main/command_executor_portfolio.cpp
+++ b/src/main/command_executor_portfolio.cpp
@@ -343,8 +343,8 @@ bool CommandExecutorPortfolio::doCommandSingleton(Command* cmd)
<< std::flush;
#ifdef CVC4_COMPETITION_MODE
- // There's some hang-up in thread destruction?
- // Anyway for SMT-COMP we don't care, just exit now.
+ // We use CVC4 in competition with --no-wait-to-join. If
+ // destructors run, they will destroy(!) us. So, just exit now.
_exit(0);
#endif /* CVC4_COMPETITION_MODE */
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback