summaryrefslogtreecommitdiff
path: root/chromium/v8/src/compiler/memory-lowering.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/memory-lowering.h')
-rw-r--r--chromium/v8/src/compiler/memory-lowering.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/v8/src/compiler/memory-lowering.h b/chromium/v8/src/compiler/memory-lowering.h
index 45015e98bbf..1c6ef8a3722 100644
--- a/chromium/v8/src/compiler/memory-lowering.h
+++ b/chromium/v8/src/compiler/memory-lowering.h
@@ -78,7 +78,6 @@ class MemoryLowering final : public Reducer {
WriteBarrierAssertFailedCallback callback = [](Node*, Node*, const char*,
Zone*) { UNREACHABLE(); },
const char* function_debug_name = nullptr);
- ~MemoryLowering() = default;
const char* reducer_name() const override { return "MemoryReducer"; }