Index: runtime/vm/symbols.h |
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h |
index 344015c1b3f88cd135232fb74f8dec368d48c277..70dc686d1eaaa02d8f3a157b385c89891dad470b 100644 |
--- a/runtime/vm/symbols.h |
+++ b/runtime/vm/symbols.h |
@@ -367,11 +367,9 @@ class ObjectPointerVisitor; |
V(hashCode, "get:hashCode") \ |
V(OptimizedOut, "<optimized out>") \ |
V(NotInitialized, "<not initialized>") \ |
- V(AllocationStubFor, "[Stub] Allocate ") \ |
V(TempParam, ":temp_param") \ |
V(_UserTag, "_UserTag") \ |
V(Default, "Default") \ |
- V(StubPrefix, "[Stub] ") \ |
V(ClassID, "ClassID") \ |
V(DartIsVM, "dart.isVM") \ |
V(stack, ":stack") \ |