It is breaking build 32-bit build bots.

llvm-svn: 275816
This commit is contained in:
Etienne Bergeron 2016-07-18 17:15:22 +00:00
parent a2a218fbd4
commit d215a8f37e
1 changed files with 0 additions and 2 deletions

View File

@ -735,8 +735,6 @@ void BufferedStackTrace::SlowUnwindStackWithContext(uptr pc, void *context,
STACKFRAME64 stack_frame;
memset(&stack_frame, 0, sizeof(stack_frame));
InitializeDbgHelpIfNeeded();
size = 0;
#if defined(_WIN64)
int machine_type = IMAGE_FILE_MACHINE_AMD64;