summaryrefslogtreecommitdiff
path: root/tools/inspector_protocol/lib/Allocator_h.template
diff options
context:
space:
mode:
Diffstat (limited to 'tools/inspector_protocol/lib/Allocator_h.template')
-rw-r--r--tools/inspector_protocol/lib/Allocator_h.template9
1 files changed, 2 insertions, 7 deletions
diff --git a/tools/inspector_protocol/lib/Allocator_h.template b/tools/inspector_protocol/lib/Allocator_h.template
index 8f8109d695..15eaaaff02 100644
--- a/tools/inspector_protocol/lib/Allocator_h.template
+++ b/tools/inspector_protocol/lib/Allocator_h.template
@@ -1,3 +1,5 @@
+// This file is generated by Allocator_h.template.
+
// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -11,13 +13,6 @@ namespace {{namespace}} {
enum NotNullTagEnum { NotNullLiteral };
-#define PROTOCOL_DISALLOW_NEW() \
- private: \
- void* operator new(size_t) = delete; \
- void* operator new(size_t, NotNullTagEnum, void*) = delete; \
- void* operator new(size_t, void*) = delete; \
- public:
-
#define PROTOCOL_DISALLOW_COPY(ClassName) \
private: \
ClassName(const ClassName&) = delete; \