From c59e59f83f69d407eed011831cd385eba78fd365 Mon Sep 17 00:00:00 2001 From: ereali-aneo Date: Wed, 17 Jul 2024 10:35:35 +0200 Subject: [PATCH] refactor: remove deadcode --- src/TaskReRunner/Storage/ProcessData.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/TaskReRunner/Storage/ProcessData.cs b/src/TaskReRunner/Storage/ProcessData.cs index e45a5ba..905d4a5 100644 --- a/src/TaskReRunner/Storage/ProcessData.cs +++ b/src/TaskReRunner/Storage/ProcessData.cs @@ -14,7 +14,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -using System.Collections.Concurrent; using System.Collections.Generic; using ArmoniK.Api.gRPC.V1;