Index: runtime/vm/class_table.h |
diff --git a/runtime/vm/class_table.h b/runtime/vm/class_table.h |
index 384b3d11ae9759922bda686be1f26878b7a6998a..04978e2bdeaa5f984f408bb7905dc931f0b299b7 100644 |
--- a/runtime/vm/class_table.h |
+++ b/runtime/vm/class_table.h |
@@ -194,11 +194,6 @@ class ClassTable { |
void UpdatePromoted(); |
// Used by the generated code. |
- uword TableAddress() { |
- return reinterpret_cast<uword>(&table_); |
- } |
- |
- // Used by the generated code. |
uword PredefinedClassHeapStatsTableAddress() { |
return reinterpret_cast<uword>(predefined_class_heap_stats_table_); |
} |