mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Remove unused macro
This commit is contained in:
@@ -18,10 +18,6 @@
|
||||
|
||||
namespace node {
|
||||
|
||||
#ifndef RAMP
|
||||
# define RAMP(x) ((x) > 0 ? (x) : 0)
|
||||
#endif
|
||||
|
||||
using namespace v8;
|
||||
|
||||
Persistent<FunctionTemplate> EventEmitter::constructor_template;
|
||||
|
||||
Reference in New Issue
Block a user