[Pkg-javascript-commits] [node-tap] 14/186: No need for a dummy _read in MiniPass classes
Bastien Roucariès
rouca at moszumanska.debian.org
Fri Dec 1 16:40:39 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap.
commit c56e7942f0de47c319f22c3ac43a1a82eae54246
Author: isaacs <i at izs.me>
Date: Sat Aug 12 20:32:44 2017 -0700
No need for a dummy _read in MiniPass classes
---
lib/base.js | 5 -----
1 file changed, 5 deletions(-)
diff --git a/lib/base.js b/lib/base.js
index 3b085c8..d7afe30 100644
--- a/lib/base.js
+++ b/lib/base.js
@@ -189,11 +189,6 @@ class Base extends MiniPass {
this.parser.on('complete', this.oncomplete.bind(this))
}
- _read (n) {
- // this.emit('readable')
- // this.debug('_read %j', this.name, arguments)
- }
-
inspect () {
return this.constructor.name + ' ' + util.inspect({
name: this.name,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap.git
More information about the Pkg-javascript-commits
mailing list