From c72a471049aa2e738060948fadddee61e0d6890a Mon Sep 17 00:00:00 2001 From: prvyk Date: Sat, 8 Mar 2025 03:33:03 +0200 Subject: [PATCH] Remove unnecessary using. --- libs/server/Objects/SortedSetGeo/SortedSetGeoObjectImpl.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/server/Objects/SortedSetGeo/SortedSetGeoObjectImpl.cs b/libs/server/Objects/SortedSetGeo/SortedSetGeoObjectImpl.cs index fc80bb929a..bddcda2890 100644 --- a/libs/server/Objects/SortedSetGeo/SortedSetGeoObjectImpl.cs +++ b/libs/server/Objects/SortedSetGeo/SortedSetGeoObjectImpl.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using System.Diagnostics; using System.Linq; -using System.Runtime.InteropServices; using System.Text; using Garnet.common; using Tsavorite.core;