Chromium Code Reviews| Index: runtime/vm/locations.h |
| diff --git a/runtime/vm/locations.h b/runtime/vm/locations.h |
| index c2d815bb5f17fcad787597a3e6fe63ae83819a3b..249726438f3399db2c58dfa6418c2bf47b0b71d2 100644 |
| --- a/runtime/vm/locations.h |
| +++ b/runtime/vm/locations.h |
| @@ -32,7 +32,6 @@ enum Representation { |
| kUnboxedInt32x4, |
| kUnboxedFloat64x2, |
| kPairOfTagged, |
| - kPairOfUnboxedDouble, |
| kNumRepresentations |
| }; |