fix(compiler): Remove unused variable err in lib/Runtime/context.cpp

This commit is contained in:
Andi Drebes
2022-01-07 10:40:29 +01:00
committed by Quentin Bourgerie
parent 81a89f2350
commit 0284e06016

View File

@@ -18,8 +18,8 @@ get_keyswitch_key(mlir::concretelang::RuntimeContext *context) {
LweBootstrapKey_u64 *
get_bootstrap_key(mlir::concretelang::RuntimeContext *context) {
int err;
#ifdef CONCRETELANG_PARALLEL_EXECUTION_ENABLED
int err;
std::string threadName = hpx::get_thread_name();
auto bskIt = context->bsk.find(threadName);
if (bskIt == context->bsk.end()) {