From 39f436fb1c0cfc71a875969c9dc4073e12e4cc41 Mon Sep 17 00:00:00 2001 From: sunkaixuan <610262374@qq.com> Date: Wed, 14 Jun 2017 01:34:11 +0800 Subject: [PATCH] - --- SqlSugar/Common/Check.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/SqlSugar/Common/Check.cs b/SqlSugar/Common/Check.cs index c9fcf99be..dfd415437 100644 --- a/SqlSugar/Common/Check.cs +++ b/SqlSugar/Common/Check.cs @@ -36,11 +36,5 @@ namespace SqlSugar throw new SqlSugarException(string.Format(message, args)); } - internal static void Exception(bool v, object xX) - { - throw new NotImplementedException(); - } } - - }