mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 03:55:04 -05:00
fix(compiler): Remove unused variable err in lib/ClientLib/KeySet.cpp
This commit is contained in:
committed by
Quentin Bourgerie
parent
0284e06016
commit
498505c2f8
@@ -96,7 +96,7 @@ llvm::Error KeySet::setupEncryptionMaterial(ClientParameters ¶ms,
|
||||
this->outputs.push_back(output);
|
||||
}
|
||||
}
|
||||
int err;
|
||||
|
||||
CAPI_ERR_TO_LLVM_ERROR(
|
||||
this->encryptionRandomGenerator =
|
||||
allocate_encryption_generator(&err, seed_msb, seed_lsb),
|
||||
|
||||
Reference in New Issue
Block a user