Remove unuseful variable

Variable is declared, but never used.
This commit is contained in:
Felipe augusto 2018-12-01 01:44:18 -02:00 committed by GitHub
parent c91f437eaa
commit 1a75647a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,6 @@
// `gulp singlefile` before running the example.
//
var fs = require('fs');
// Run `gulp dist-install` to generate 'pdfjs-dist' npm package files.
var pdfjsLib = require('pdfjs-dist');