[kernel/VM] cleanup unused dill tags

Change-Id: I76a3985abf7806f038cdb6971e526accd7cc20a4
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/114605
Reviewed-by: Johnni Winther <johnniwinther@google.com>
Commit-Queue: Jens Johansen <jensj@google.com>
This commit is contained in:
Jens Johansen
2019-08-28 09:30:04 +00:00
committed by commit-bot@chromium.org
parent 72ff3495ec
commit 8621e63190
2 changed files with 0 additions and 11 deletions
-3
View File
@@ -123,9 +123,6 @@ static const uint32_t kMaxSupportedKernelFormatVersion = 29;
V(TypeParameterType, 95) \
V(SimpleInterfaceType, 96) \
V(SimpleFunctionType, 97) \
V(NullReference, 99) \
V(ClassReference, 100) \
V(MemberReference, 101) \
V(ConstantExpression, 106) \
V(Deprecated_ConstantExpression, 107) \
V(SpecializedVariableGet, 128) \