Index: base/process/memory_linux.cc |
=================================================================== |
--- base/process/memory_linux.cc (revision 211696) |
+++ base/process/memory_linux.cc (working copy) |
@@ -14,16 +14,12 @@ |
namespace base { |
-#if defined(USE_LINUX_BREAKPAD) |
size_t g_oom_size = 0U; |
-#endif |
namespace { |
void OnNoMemorySize(size_t size) { |
-#if defined(USE_LINUX_BREAKPAD) |
g_oom_size = size; |
-#endif |
if (size != 0) |
LOG(FATAL) << "Out of memory, size = " << size; |