Skip to content

Commit 454e942

Browse files
committed
[ObjectFileMachO] Remove another debugging aid.
Pointed out by Jason. llvm-svn: 357135
1 parent dfbcadf commit 454e942

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6232,13 +6232,6 @@ bool ObjectFileMachO::SaveCore(const lldb::ProcessSP &process_sp,
62326232
mach_header.sizeofcmds += 8 + LC_THREAD_data.GetSize();
62336233
}
62346234

6235-
printf("mach_header: 0x%8.8x 0x%8.8x 0x%8.8x 0x%8.8x 0x%8.8x 0x%8.8x "
6236-
"0x%8.8x 0x%8.8x\n",
6237-
mach_header.magic, mach_header.cputype, mach_header.cpusubtype,
6238-
mach_header.filetype, mach_header.ncmds,
6239-
mach_header.sizeofcmds, mach_header.flags,
6240-
mach_header.reserved);
6241-
62426235
// Write the mach header
62436236
buffer.PutHex32(mach_header.magic);
62446237
buffer.PutHex32(mach_header.cputype);

0 commit comments

Comments
 (0)