Removed an unused logging API call.

llvm-svn: 151736
This commit is contained in:
Greg Clayton 2012-02-29 18:34:11 +00:00
parent 3f548137d0
commit 64d6eb1195
1 changed files with 0 additions and 1 deletions

View File

@ -293,7 +293,6 @@ DynamicLoaderPOSIXDYLD::RefreshModules()
ThreadPlanSP
DynamicLoaderPOSIXDYLD::GetStepThroughTrampolinePlan(Thread &thread, bool stop)
{
LogSP log(GetLogIfAnyCategoriesSet(LIBLLDB_LOG_DYNAMIC_LOADER));
ThreadPlanSP thread_plan_sp;
StackFrame *frame = thread.GetStackFrameAtIndex(0).get();