Remove unused macro

This commit is contained in:
Ryan Dahl
2009-10-27 11:08:50 +01:00
parent 9a70abbf13
commit 2bac299aed

View File

@@ -18,10 +18,6 @@
namespace node {
#ifndef RAMP
# define RAMP(x) ((x) > 0 ? (x) : 0)
#endif
using namespace v8;
Persistent<FunctionTemplate> EventEmitter::constructor_template;