| Index: runtime/vm/symbols.h
|
| diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
|
| index f20aa44c9ad136248b021fcd295a091ae1d84313..83c7458c255e3cb3fe9b9fd1c5ed766b6d016afe 100644
|
| --- a/runtime/vm/symbols.h
|
| +++ b/runtime/vm/symbols.h
|
| @@ -352,7 +352,6 @@ class ObjectPointerVisitor;
|
| V(_LocalTypeVariableMirror, "_LocalTypeVariableMirror") \
|
| V(_SourceLocation, "_SourceLocation") \
|
| V(hashCode, "get:hashCode") \
|
| - V(_leftShiftWithMask32, "_leftShiftWithMask32") \
|
| V(OptimizedOut, "<optimized out>") \
|
| V(NotInitialized, "<not initialized>") \
|
| V(AllocationStubFor, "[Stub] Allocate ") \
|
|
|