mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
Remove some unused variables from src/
Only obviously useless, local variables have been removed.
This commit is contained in:
parent
d7dfa447cd
commit
2e97c0d085
17 changed files with 9 additions and 111 deletions
|
@ -143,7 +143,6 @@ var PostScriptLexer = (function PostScriptLexerClosure() {
|
|||
return (this.currentChar = this.stream.getByte());
|
||||
},
|
||||
getToken: function PostScriptLexer_getToken() {
|
||||
var s = '';
|
||||
var comment = false;
|
||||
var ch = this.currentChar;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue