Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: webrtc/system_wrappers/interface/cpu_info.h

Issue 1286163003: Move SystemInfo to rtc_base_approved and delete unused code. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Address comments Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/systeminfo_unittest.cc ('k') | webrtc/system_wrappers/source/cpu_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « webrtc/base/systeminfo_unittest.cc ('k') | webrtc/system_wrappers/source/cpu_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698