Skip to content

Commit

Permalink
Deleted unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Llamas committed Apr 21, 2012
1 parent a035e11 commit 7eb380c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build/buffered-reader.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/buffered-reader.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ var FS = require ("fs");
var PATH = require ("path");

var BUFFER_SIZE = 16384;
var SLASH = PATH.normalize ("/");

var BufferedReader = function (fileName, bufferSize, encoding){
EVENTS.EventEmitter.call (this);
Expand Down

0 comments on commit 7eb380c

Please sign in to comment.