Skip to content

Commit

Permalink
[refactor] Remove unused var (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
billouboq authored and darrachequesne committed Dec 17, 2016
1 parent 9772195 commit 9072faa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion binary.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ exports.deconstructPacket = function(packet){
*/

exports.reconstructPacket = function(packet, buffers) {
var curPlaceHolder = 0;

function _reconstructPacket(data) {
if (data && data._placeholder) {
Expand Down

0 comments on commit 9072faa

Please sign in to comment.