Chromium Code Reviews| Index: runtime/vm/exceptions.h |
| diff --git a/runtime/vm/exceptions.h b/runtime/vm/exceptions.h |
| index 4b3330cc36baed367fa7b144d19378d6ae36cc45..5e87e3ba281c05f9995e16c7a62d5a929f6c4f63 100644 |
| --- a/runtime/vm/exceptions.h |
| +++ b/runtime/vm/exceptions.h |
| @@ -65,7 +65,6 @@ class Exceptions : AllStatic { |
| kType, |
| kFallThrough, |
| kAbstractClassInstantiation, |
| - kMirroredCompilationError, |
| }; |
| static void ThrowByType(ExceptionType type, const Array& arguments); |