Skip to content

Commit

Permalink
fix(client): remove deprecated _sendMsgId
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Aug 1, 2015
1 parent ed6c225 commit bfd1910
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/amqp_client.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ function AMQPClient(policy) {
this.policy = u.deepMerge(this._originalPolicy);
this._connection = null;
this._session = null;
this._sendMsgId = 1;
this._attaching = {};
this._senderAttaching = {};
this._attached = {};
Expand Down

0 comments on commit bfd1910

Please sign in to comment.