- Revision
- 1255
- Author
- rfscholte
- Date
- 2011-06-01 13:11:42 -0500 (Wed, 01 Jun 2011)
Log Message
Remove unused method peekState()
Modified Paths
Diff
Modified: trunk/qdox/src/grammar/lexer.flex (1254 => 1255)
--- trunk/qdox/src/grammar/lexer.flex 2011-05-29 11:42:08 UTC (rev 1254) +++ trunk/qdox/src/grammar/lexer.flex 2011-06-01 18:11:42 UTC (rev 1255) @@ -93,15 +93,6 @@ yybegin(stateStack[--stateDepth]); } - private int peekState(int relative) { - if(relative > stateDepth) { - return -1; - } - else { - return stateStack[stateDepth - relative]; - } - } - public String getCodeBody(){ String s = codeBody.toString(); codeBody = new StringBuffer(8192);
To unsubscribe from this list please visit:
