diff --git a/src/env.cc b/src/env.cc index 63ea65380ddf40..53544fdb5825dc 100644 --- a/src/env.cc +++ b/src/env.cc @@ -47,8 +47,6 @@ using v8::Undefined; using v8::Value; using worker::Worker; -#define kTraceCategoryCount 1 - // TODO(@jasnell): Likely useful to move this to util or node_internal to // allow reuse. But since we're not reusing it yet... class TraceEventScope {