src: remove unused MIN macro
authorBen Noordhuis <info@bnoordhuis.nl>
Sat, 11 Oct 2014 19:54:59 +0000 (21:54 +0200)
committerFedor Indutny <fedor@indutny.com>
Mon, 13 Oct 2014 19:46:39 +0000 (23:46 +0400)
commit13253350220ee0bec6f34fba10713b56eb53237d
tree8ef5c4e5d027da349ba96af243c45700697e7a68
parent8f6c5870cc5fb9bad01f2a0c31bdb7a81b2ea571
src: remove unused MIN macro

Defined in src/node.cc but not actually in use; remove it.

PR-URL: https://github.com/node-forward/node/pull/18
Reviewed-By: Fedor Indutny <fedor@indutny.com>
src/node.cc