Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
file-reader: rm duplicate declaration of Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser authored and othiym23 committed Feb 3, 2015
1 parent f0ff682 commit 8ad92e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/file-reader.js
Expand Up @@ -4,7 +4,6 @@ module.exports = FileReader

var fs = require("graceful-fs")
, fstream = require("../fstream.js")
, Reader = fstream.Reader
, inherits = require("inherits")
, mkdir = require("mkdirp")
, Reader = require("./reader.js")
Expand Down

0 comments on commit 8ad92e5

Please sign in to comment.