| Index: src/base/cpu.h
|
| diff --git a/src/base/cpu.h b/src/base/cpu.h
|
| index d61844c151891ca8f6275c0fd882f2b2af373b6f..eb51674df53c445a336a2f84e17f9bf0732c4de9 100644
|
| --- a/src/base/cpu.h
|
| +++ b/src/base/cpu.h
|
| @@ -77,9 +77,6 @@ class CPU V8_FINAL {
|
| bool has_vfp3() const { return has_vfp3_; }
|
| bool has_vfp3_d32() const { return has_vfp3_d32_; }
|
|
|
| - // mips features
|
| - bool is_fp64_mode() const { return is_fp64_mode_; }
|
| -
|
| private:
|
| char vendor_[13];
|
| int stepping_;
|
| @@ -107,7 +104,6 @@ class CPU V8_FINAL {
|
| bool has_vfp_;
|
| bool has_vfp3_;
|
| bool has_vfp3_d32_;
|
| - bool is_fp64_mode_;
|
| };
|
|
|
| } } // namespace v8::base
|
|
|