mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 16:50:51 +08:00
Now that we set ThreadPlanCallFunction to private in the constructor, it is confusing that we set it
again in client code after creating the plans. So remove those unnecessary calls. llvm-svn: 169625
This commit is contained in:
@@ -517,9 +517,7 @@ ClangFunction::ExecuteFunction (
|
||||
this_arg));
|
||||
if (!call_plan_sp)
|
||||
return eExecutionSetupError;
|
||||
|
||||
call_plan_sp->SetPrivate(true);
|
||||
|
||||
|
||||
// <rdar://problem/12027563> we need to make sure we record the fact that we are running an expression here
|
||||
// otherwise this fact will fail to be recorded when fetching an Objective-C object description
|
||||
if (exe_ctx.GetProcessPtr())
|
||||
|
||||
Reference in New Issue
Block a user