[Groonga-commit] droonga/express-droonga at 634e386 [master] Remove unused property

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 8 20:28:42 JST 2015


YUKI Hiroshi	2015-04-08 20:28:42 +0900 (Wed, 08 Apr 2015)

  New Revision: 634e3863b090ed55a438860dc834eaf20100f329
  https://github.com/droonga/express-droonga/commit/634e3863b090ed55a438860dc834eaf20100f329

  Message:
    Remove unused property

  Modified files:
    lib/droonga-protocol/connection.js

  Modified: lib/droonga-protocol/connection.js (+0 -1)
===================================================================
--- lib/droonga-protocol/connection.js    2015-04-08 20:07:07 +0900 (eba48ec)
+++ lib/droonga-protocol/connection.js    2015-04-08 20:28:42 +0900 (0f7fdf6)
@@ -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 ||
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index