Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/objects/cell.h')
-rw-r--r--deps/v8/src/objects/cell.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/deps/v8/src/objects/cell.h b/deps/v8/src/objects/cell.h
index fc49f164b24..f26feae4218 100644
--- a/deps/v8/src/objects/cell.h
+++ b/deps/v8/src/objects/cell.h
@@ -20,9 +20,6 @@ class Cell : public TorqueGeneratedCell<Cell, HeapObject> {
inline Address ValueAddress() { return address() + kValueOffset; }
- // Dispatched behavior.
- DECL_PRINTER(Cell)
-
using BodyDescriptor = FixedBodyDescriptor<kValueOffset, kSize, kSize>;
TQ_OBJECT_CONSTRUCTORS(Cell)