From 1742b42865636780bedc998a26164fbf75fed6df Mon Sep 17 00:00:00 2001 From: liiir1985 Date: Thu, 7 May 2020 11:18:59 +0800 Subject: [PATCH] Remove unused using --- ILRuntime/Runtime/Enviorment/CrossBindingCodeGenerator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ILRuntime/Runtime/Enviorment/CrossBindingCodeGenerator.cs b/ILRuntime/Runtime/Enviorment/CrossBindingCodeGenerator.cs index a779313f..16c6e7b5 100644 --- a/ILRuntime/Runtime/Enviorment/CrossBindingCodeGenerator.cs +++ b/ILRuntime/Runtime/Enviorment/CrossBindingCodeGenerator.cs @@ -6,7 +6,6 @@ using ILRuntime.CLR.TypeSystem; using ILRuntime.Runtime.Intepreter; using System.Reflection; -using System.Data.SqlTypes; using System.Threading; namespace ILRuntime.Runtime.Enviorment