Index: pkg/compiler/lib/src/universe/feature.dart |
diff --git a/pkg/compiler/lib/src/universe/feature.dart b/pkg/compiler/lib/src/universe/feature.dart |
index 119fb48b4b66eb3ce8283c804d82bee3c9b80caf..a7fd61f065006f7d1b533ef7ddc07fe09cf673f7 100644 |
--- a/pkg/compiler/lib/src/universe/feature.dart |
+++ b/pkg/compiler/lib/src/universe/feature.dart |
@@ -43,9 +43,6 @@ enum Feature { |
/// A field without an initializer. |
FIELD_WITHOUT_INITIALIZER, |
- /// A ++/-- operation. |
- INC_DEC_OPERATION, |
- |
/// A field whose initialization is not a constant. |
LAZY_FIELD, |