diff --git a/compiler/lib/CAPI/Support/CompilerEngine.cpp b/compiler/lib/CAPI/Support/CompilerEngine.cpp index b04b8e83d..f5611e188 100644 --- a/compiler/lib/CAPI/Support/CompilerEngine.cpp +++ b/compiler/lib/CAPI/Support/CompilerEngine.cpp @@ -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 }