From 9b28851ab07c49ba7bad21a4a759a259a93f28f3 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Thu, 16 Dec 2010 16:47:34 -0800 Subject: [PATCH] Remove extra call to EventEmitter constructor. --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 3c779a8a98..450cd456bc 100644 --- a/index.js +++ b/index.js @@ -35,8 +35,6 @@ function to_array(args) { } function RedisClient(stream, options) { - events.EventEmitter.call(this); - this.stream = stream; this.options = options || {};