Skip to content
This repository was archived by the owner on May 21, 2019. It is now read-only.

Commit a355ad7

Browse files
committed
It is breaking build 32-bit build bots. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@275816 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 53e2f16 commit a355ad7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/sanitizer_common/sanitizer_win.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -735,8 +735,6 @@ void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
735735
STACKFRAME64 stack_frame;
736736
memset(&stack_frame, 0, sizeof(stack_frame));
737737

738-
InitializeDbgHelpIfNeeded();
739-
740738
size = 0;
741739
#if defined(_WIN64)
742740
int machine_type = IMAGE_FILE_MACHINE_AMD64;

0 commit comments

Comments
 (0)