| Index: base/sys_info_posix.cc
 | 
| diff --git a/base/sys_info_posix.cc b/base/sys_info_posix.cc
 | 
| index 61c527aeb71bb4d62e7a8e83755e1689ad727ba5..1d218ce5dd4122729d195a9d0d9dae5e53c044a7 100644
 | 
| --- a/base/sys_info_posix.cc
 | 
| +++ b/base/sys_info_posix.cc
 | 
| @@ -134,14 +134,4 @@ size_t SysInfo::VMAllocationGranularity() {
 | 
|    return getpagesize();
 | 
|  }
 | 
|  
 | 
| -#if defined(OS_MACOSX)
 | 
| -// static
 | 
| -void SysInfo::CacheSysInfo() {
 | 
| -  // Due to startup time concerns [premature optimization?] we only cache values
 | 
| -  // from functions we know to be called in the renderer & fail when the sandbox
 | 
| -  // is enabled.
 | 
| -  NumberOfProcessors();
 | 
| -}
 | 
| -#endif
 | 
| -
 | 
|  }  // namespace base
 | 
| 
 |