Skip to content

Commit 135498c

Browse files
committed
CallableParser: Remove unused variable.
1 parent 60b9ae9 commit 135498c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/NHibernate/Engine/Query/CallableParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public class Detail
1616
}
1717

1818
private static readonly Regex functionNameFinder = new Regex(@"\{[\S\s]*call[\s]+([\w\.]+)[^\w]");
19-
private static readonly int NewLineLength = Environment.NewLine.Length;
2019

2120
public static Detail Parse(string sqlString)
2221
{

0 commit comments

Comments
 (0)