Index: pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart |
diff --git a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart |
index 4a4c082101754059cc1b81a6d0be7acfcb5f6b36..b53fd026257c099ec26e1877f89454b40fc2a71e 100644 |
--- a/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart |
+++ b/pkg/dev_compiler/tool/input_sdk/patch/core_patch.dart |
@@ -177,9 +177,6 @@ class AbstractClassInstantiationError { |
String toString() => "Cannot instantiate abstract class: '$_className'"; |
} |
-/// An interface type for all Strong-mode errors. |
-class StrongModeError extends Error {} |
- |
// Patch for DateTime implementation. |
@patch |
class DateTime { |