Remove event emitter
We can add non-blocking code at a later time
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
var EventEmitter = require('events').EventEmitter;
|
||||
|
||||
/**
|
||||
* Pure-JS implementation of WebTV's LZPF compression
|
||||
*
|
||||
@@ -482,4 +480,4 @@ class WTVLzpf {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = WTVLzpf;
|
||||
module.exports = WTVLzpf;
|
||||
|
||||
Reference in New Issue
Block a user