Now that we set ThreadPlanCallFunction to private in the constructor, it is confusing...
authorJim Ingham <jingham@apple.com>
Fri, 7 Dec 2012 19:04:31 +0000 (19:04 +0000)
committerJim Ingham <jingham@apple.com>
Fri, 7 Dec 2012 19:04:31 +0000 (19:04 +0000)
commit95afbf517afc7d8bee70cfde65cfc4fa0093956d
tree2e97ec9aac0aeab3e30e9372d4b7c7410965ae44
parent481e50efe092e7dc4527a54a802121404bb7a58c
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
lldb/source/Expression/ClangFunction.cpp
lldb/source/Expression/ClangUserExpression.cpp
lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp