From 8c073f7fb2cb981a98fc824de5da214dcc33fe6d Mon Sep 17 00:00:00 2001 From: Alex Koshelev Date: Tue, 6 Feb 2024 12:43:48 -0800 Subject: [PATCH] Fix unused imports --- ipa-core/src/protocol/context/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/ipa-core/src/protocol/context/mod.rs b/ipa-core/src/protocol/context/mod.rs index 3cc0b2d49..1fa7ffd0f 100644 --- a/ipa-core/src/protocol/context/mod.rs +++ b/ipa-core/src/protocol/context/mod.rs @@ -27,7 +27,6 @@ use crate::{ SecretSharing, }, seq_join::SeqJoin, - sync::Arc, }; /// Context used by each helper to perform secure computation. Provides access to shared randomness