mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-10 04:35:03 -05:00
fix(compiler): Remove unused variable err in lib/Runtime/context.cpp
This commit is contained in:
committed by
Quentin Bourgerie
parent
81a89f2350
commit
0284e06016
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user