From ceee5aa82ff615f9f2d653aacd87fc6fcbe861aa Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Sat, 22 Jun 2024 21:42:30 +0100 Subject: [PATCH] Remove usings. --- .../Text/Json/Serialization/Metadata/JsonTypeInfo.Cache.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.Cache.cs b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.Cache.cs index 95fd52dd1043fc..1e87eacc1aabad 100644 --- a/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.Cache.cs +++ b/src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonTypeInfo.Cache.cs @@ -3,9 +3,6 @@ using System.Collections.Generic; using System.Diagnostics; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; -using System.Threading; namespace System.Text.Json.Serialization.Metadata {