Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
PerIngeVaaje committed Feb 19, 2021
1 parent f8a5e89 commit 6e55c5c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PCAxis.Sql/Parser_24/PXSqlVariables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ public class PXSqlVariables : Dictionary<string, PXSqlVariable>
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();
}


Expand Down

0 comments on commit 6e55c5c

Please sign in to comment.