poppler/Lexer.cc | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-)
New commits: commit 970e9f6304c3b59ac3e44495b90a5cfe7c7ceb8b Author: Hib Eris <[email protected]> Date: Fri Apr 12 13:26:55 2013 +0200 Remove unused variables from Lexer::getObj() https://bugs.freedesktop.org/show_bug.cgi?id=63467 diff --git a/poppler/Lexer.cc b/poppler/Lexer.cc index 4e9ea12..bd7546f 100644 --- a/poppler/Lexer.cc +++ b/poppler/Lexer.cc @@ -583,11 +583,9 @@ Object *Lexer::getObj(Object *obj, int objNum) { Object *Lexer::getObj(Object *obj, const char *cmdA) { char *p; - int c, c2; - GBool comment, done; - int numParen; - GooString *s; - int n, m; + int c; + GBool comment; + int n; // skip whitespace and comments comment = gFalse; _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
