Removing leftover printf() statement

llvm-svn: 176065
This commit is contained in:
Enrico Granata 2013-02-26 00:28:02 +00:00
parent 4da2e32fbb
commit 11080005e8
1 changed files with 0 additions and 1 deletions

View File

@ -430,7 +430,6 @@ ItaniumABILanguageRuntime::SetExceptionBreakpoints ()
filter_sp = target.GetSearchFilterForModuleList(&filter_modules);
m_cxx_exception_bp_sp = target.CreateBreakpoint (filter_sp, exception_resolver_sp, is_internal);
printf("exception breakpoint with %zu locations\n", m_cxx_exception_bp_sp->GetNumLocations());/// REMOVE THIS PRIOR TO CHECKIN
if (m_cxx_exception_bp_sp)
m_cxx_exception_bp_sp->SetBreakpointKind("c++ exception");
}