Skip to content

Commit 2438a43

Browse files
gengjiawenBridgeAR
authored andcommitted
src: remove unused macro in env.cc
PR-URL: #26273 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 96a5765 commit 2438a43

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/env.cc

-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ using v8::Undefined;
4747
using v8::Value;
4848
using worker::Worker;
4949

50-
#define kTraceCategoryCount 1
51-
5250
// TODO(@jasnell): Likely useful to move this to util or node_internal to
5351
// allow reuse. But since we're not reusing it yet...
5452
class TraceEventScope {

0 commit comments

Comments
 (0)