|
|
@@ -23,9 +23,6 @@ public abstract class NodeParser {
|
|
|
}
|
|
|
|
|
|
protected int skipWhiteSpace(int offset, String el) {
|
|
|
- int length = el.length();
|
|
|
- char c = el.charAt(59);
|
|
|
- char aChar = getChar(offset, el);
|
|
|
while (CharType.isWhitespace(getChar(offset, el))) {
|
|
|
offset++;
|
|
|
}
|