Removed unused variable.

This commit is contained in:
Achim D. Brucker 2017-07-24 08:27:35 +01:00
parent 7cc2b5c8f5
commit e754c037b1
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ public class RangePosition extends AbstractSourcePosition {
private final int endOffset;
private int col = -1;
private int lastLine = -1;
private int lastCol = -1;
public RangePosition(URL url, int startLine, int endLine, int startOffset, int endOffset) {