summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/allocator/win_allocator.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/allocator/win_allocator.cc b/base/allocator/win_allocator.cc
index 7ecb1d6..8ae653a 100644
--- a/base/allocator/win_allocator.cc
+++ b/base/allocator/win_allocator.cc
@@ -20,9 +20,6 @@ bool win_heap_init(bool use_lfh) {
// NOTE: Setting LFH may fail. Vista already has it enabled.
// And under the debugger, it won't use LFH. So we
// ignore any errors.
- } else {
- HeapSetInformation(win_heap, HeapEnableTerminationOnCorruption,
- NULL, 0);
}
return true;