From 3f988a1ea1ec207f4dea0bafd1f65d914a652177 Mon Sep 17 00:00:00 2001 From: gengjiawen Date: Sat, 23 Feb 2019 18:18:10 +0800 Subject: [PATCH] src: remove unused macro in env.cc --- src/env.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/env.cc b/src/env.cc index 01aee464406628..44dc3b564433c8 100644 --- a/src/env.cc +++ b/src/env.cc @@ -46,8 +46,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 {