Chromium Code Reviews| Index: webrtc/system_wrappers/interface/cpu_info.h |
| diff --git a/webrtc/system_wrappers/interface/cpu_info.h b/webrtc/system_wrappers/interface/cpu_info.h |
| index fa8c38810d7d0b85444f8358088cdbba9c8caf9b..65888b8d3245fce0d6e3383a51fb7d0b6d9e841c 100644 |
| --- a/webrtc/system_wrappers/interface/cpu_info.h |
| +++ b/webrtc/system_wrappers/interface/cpu_info.h |
| @@ -21,7 +21,6 @@ class CpuInfo { |
| private: |
| CpuInfo() {} |
| - static uint32_t number_of_cores_; |
| }; |
| } // namespace webrtc |