summaryrefslogtreecommitdiff
path: root/deps/v8/src/mark-compact.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/mark-compact.h')
-rw-r--r--deps/v8/src/mark-compact.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deps/v8/src/mark-compact.h b/deps/v8/src/mark-compact.h
index f8488bb00..66ffd1953 100644
--- a/deps/v8/src/mark-compact.h
+++ b/deps/v8/src/mark-compact.h
@@ -544,8 +544,6 @@ class MarkCompactCollector {
void ClearMarkbits();
- bool is_compacting() const { return compacting_; }
-
private:
MarkCompactCollector();
~MarkCompactCollector();