fix(compiler): Remove unused variable err in lib/ClientLib/KeySet.cpp

This commit is contained in:
Andi Drebes
2022-01-07 10:43:34 +01:00
committed by Quentin Bourgerie
parent 0284e06016
commit 498505c2f8

View File

@@ -96,7 +96,7 @@ llvm::Error KeySet::setupEncryptionMaterial(ClientParameters &params,
this->outputs.push_back(output);
}
}
int err;
CAPI_ERR_TO_LLVM_ERROR(
this->encryptionRandomGenerator =
allocate_encryption_generator(&err, seed_msb, seed_lsb),