Navigation Menu

Skip to content

Commit

Permalink
Remove unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 8, 2015
1 parent 80f13b5 commit 634e386
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/droonga-protocol/connection.js
Expand Up @@ -52,7 +52,6 @@ util.inherits(Connection, EventEmitter);

Connection.prototype._init = function() {
this.closed = false;
this._callbacks = {};
this._pendingMessages = [];
this._id = Date.now();
this.tag = process.env.DROONGA_ENGINE_TAG ||
Expand Down

0 comments on commit 634e386

Please sign in to comment.