Index: runtime/vm/raw_object.h |
diff --git a/runtime/vm/raw_object.h b/runtime/vm/raw_object.h |
index 1fd1c60996715e6ef1ec4b5312d670ee232786a8..252652f76bf16510f747719daed731fcdd1942f5 100644 |
--- a/runtime/vm/raw_object.h |
+++ b/runtime/vm/raw_object.h |
@@ -1115,14 +1115,6 @@ class RawNamespace : public RawObject { |
class RawCode : public RawObject { |
- enum InlinedMetadataIndex { |
- kInlinedIntervalsIndex = 0, |
- kInlinedIdToFunctionIndex = 1, |
- kInlinedCallerIdMapIndex = 2, |
- kInlinedIdToTokenPosIndex = 3, |
- kInlinedMetadataSize = 4, |
- }; |
- |
RAW_HEAP_OBJECT_IMPLEMENTATION(Code); |
uword entry_point_; // Accessed from generated code. |