Index: src/assembler.h |
diff --git a/src/assembler.h b/src/assembler.h |
index e7c92b451c09df9feeaa74471cab8dbc5b0bd157..b5daad768f3b4ed560b2f1ecd7a4ae3f34d2e560 100644 |
--- a/src/assembler.h |
+++ b/src/assembler.h |
@@ -67,21 +67,6 @@ class AssemblerBase: public Malloced { |
int jit_cookie_; |
}; |
-// ----------------------------------------------------------------------------- |
-// Common double constants. |
- |
-class DoubleConstant: public AllStatic { |
- public: |
- static const double min_int; |
- static const double one_half; |
- static const double minus_zero; |
- static const double zero; |
- static const double uint8_max_value; |
- static const double negative_infinity; |
- static const double canonical_non_hole_nan; |
- static const double the_hole_nan; |
-}; |
- |
// ----------------------------------------------------------------------------- |
// Labels represent pc locations; they are typically jump or call targets. |