1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

Remove extra call to EventEmitter constructor.

This commit is contained in:
Matt Ranney
2010-12-16 16:47:34 -08:00
parent aa3cefe506
commit 9b28851ab0

View File

@@ -35,8 +35,6 @@ function to_array(args) {
}
function RedisClient(stream, options) {
events.EventEmitter.call(this);
this.stream = stream;
this.options = options || {};