From 6e55c5cc6dfcc78029589e7a9bc9d311a235ce01 Mon Sep 17 00:00:00 2001 From: Per Inge Vaaje Date: Fri, 19 Feb 2021 07:04:02 +0100 Subject: [PATCH] Removed unused code --- PCAxis.Sql/Parser_24/PXSqlVariables.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/PCAxis.Sql/Parser_24/PXSqlVariables.cs b/PCAxis.Sql/Parser_24/PXSqlVariables.cs index 4918485..3db00bf 100644 --- a/PCAxis.Sql/Parser_24/PXSqlVariables.cs +++ b/PCAxis.Sql/Parser_24/PXSqlVariables.cs @@ -16,11 +16,9 @@ public class PXSqlVariables : Dictionary private static readonly ILog log = LogManager.GetLogger(typeof(PXSqlVariables)); PXSqlMeta_24 meta; - VariableSortForSelection sortForSelection; public PXSqlVariables(PXSqlMeta_24 meta) { this.meta = meta; - sortForSelection = new VariableSortForSelection(); }