Skip to content

Commit

Permalink
src: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Nov 19, 2013
1 parent 1106708 commit eaa67f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/binding.cc
Expand Up @@ -105,7 +105,6 @@ Handle<Value> CheckEndianness() {

void unref_null_cb(char *data, void *hint) {
assert(0 && "NULL Buffer should never be garbage collected");
fprintf(stderr, "FATAL: NULL Buffer should never be garbage collected\n");
}

/*
Expand Down

0 comments on commit eaa67f7

Please sign in to comment.