Chromium Code Reviews| Index: runtime/vm/constants_ia32.h |
| diff --git a/runtime/vm/constants_ia32.h b/runtime/vm/constants_ia32.h |
| index 25f927f329a6c88ca615fab50fa7a051e6eb148b..ca449d8730920ed152fdd05bd7c2a1cf05ad6809 100644 |
| --- a/runtime/vm/constants_ia32.h |
| +++ b/runtime/vm/constants_ia32.h |
| @@ -122,9 +122,7 @@ enum Condition { |
| NEGATIVE = SIGN, |
| POSITIVE = NOT_SIGN, |
| CARRY = BELOW, |
| - NOT_CARRY = ABOVE_EQUAL, |
| - |
| - INVALID_CONDITION = 16 |
| + NOT_CARRY = ABOVE_EQUAL |
| }; |