From 498505c2f875cefbd35f1ec6140982c95978824d Mon Sep 17 00:00:00 2001 From: Andi Drebes Date: Fri, 7 Jan 2022 10:43:34 +0100 Subject: [PATCH] fix(compiler): Remove unused variable err in lib/ClientLib/KeySet.cpp --- compiler/lib/ClientLib/KeySet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/lib/ClientLib/KeySet.cpp b/compiler/lib/ClientLib/KeySet.cpp index f5e968830..1b11f6ea7 100644 --- a/compiler/lib/ClientLib/KeySet.cpp +++ b/compiler/lib/ClientLib/KeySet.cpp @@ -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),