From 69a46add774e2896db2ab41db2760c01535d607c Mon Sep 17 00:00:00 2001 From: cola119 Date: Wed, 27 Dec 2023 16:18:17 +0900 Subject: [PATCH] tools: update inspector_protocol to 9b4a4aa MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/51293 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- tools/inspector_protocol/lib/Allocator_h.template | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/inspector_protocol/lib/Allocator_h.template b/tools/inspector_protocol/lib/Allocator_h.template index 15eaaaff0236d2..d94c4ca5b0ae99 100644 --- a/tools/inspector_protocol/lib/Allocator_h.template +++ b/tools/inspector_protocol/lib/Allocator_h.template @@ -11,8 +11,6 @@ namespace {{namespace}} { {% endfor %} -enum NotNullTagEnum { NotNullLiteral }; - #define PROTOCOL_DISALLOW_COPY(ClassName) \ private: \ ClassName(const ClassName&) = delete; \