mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
fix: disable exceptions on termination
termination was actually called everytime the interpreter was exiting, and non-parallel packages have been throwing exception because of that
This commit is contained in:
@@ -152,9 +152,6 @@ decrypt_result(concretelang::clientlib::KeySet &keySet,
|
||||
void terminateParallelization() {
|
||||
#ifdef CONCRETELANG_PARALLEL_EXECUTION_ENABLED
|
||||
_dfr_terminate();
|
||||
#else
|
||||
throw std::runtime_error(
|
||||
"This package was built without parallelization support");
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user