assert: remove unnecessary use of __proto__
authorNathan Rajlich <nathan@tootallnate.net>
Wed, 25 Jul 2012 17:34:13 +0000 (10:34 -0700)
committerNathan Rajlich <nathan@tootallnate.net>
Wed, 25 Jul 2012 17:41:08 +0000 (10:41 -0700)
commit9eddaebb79ff1954b7ecdb209587d7db6554580d
tree6974e547487599911bbc4248917c2690810f3c31
parentb207e24bcd168a5ca538476ee0b3b0960cdc6759
assert: remove unnecessary use of __proto__

AssertionError already inherits from Error above using util.inherits(),
so this extra line was redundant.

test/simple/test-assert.js already tests for `instanceof`, and still passes.
lib/assert.js