src: remove unused BITS_PER_LONG macro
authorBen Noordhuis <info@bnoordhuis.nl>
Tue, 15 Dec 2015 11:49:03 +0000 (12:49 +0100)
committerMyles Borins <mborins@us.ibm.com>
Wed, 2 Mar 2016 22:01:11 +0000 (14:01 -0800)
commit37ff7c5e573033da7ca87329bdabaeb8275da4e9
tree4285d9b71bdabee6969ebec6eccbd7a5d8f70d6d
parent2bae6d8caf31ece58978ddf9c1a09716bbebfc21
src: remove unused BITS_PER_LONG macro

Remove the unused and broken BITS_PER_LONG macro.  Broken because x64
is the only 64 bits architecture where it produces the right result.

PR-URL: https://github.com/nodejs/node/pull/4290
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
src/node_internals.h