mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
cleanup
This commit is contained in:
parent
2e83b0cc0d
commit
28a01646bb
1 changed files with 0 additions and 3 deletions
3
pdf.js
3
pdf.js
|
@ -2236,9 +2236,6 @@ var Lexer = (function() {
|
|||
var stream = this.stream;
|
||||
var ch;
|
||||
while (true) {
|
||||
if (!stream.getChar)
|
||||
log("bad stream");
|
||||
|
||||
if (!(ch = stream.getChar()))
|
||||
return EOF;
|
||||
if (comment) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue