Index: runtime/vm/assembler_mips.h |
=================================================================== |
--- runtime/vm/assembler_mips.h (revision 32974) |
+++ runtime/vm/assembler_mips.h (working copy) |
@@ -135,15 +135,6 @@ |
}; |
-class CPUFeatures : public AllStatic { |
- public: |
- static void InitOnce() { } |
- static bool double_truncate_round_supported() { |
- return false; |
- } |
-}; |
- |
- |
class Assembler : public ValueObject { |
public: |
explicit Assembler(bool use_far_branches = false) |