[Python] Remove dynamic indirection
Now that the Python plugin relies on the SWIG symbols, we no longer need to dynamically resolve these functions. llvm-svn: 357034
This commit is contained in:
@@ -142,7 +142,6 @@ llvm::Error SystemInitializerFull::Initialize() {
|
||||
#endif
|
||||
|
||||
#if !defined(LLDB_DISABLE_PYTHON)
|
||||
ScriptInterpreterPython::InitializeSWIG();
|
||||
ScriptInterpreterPython::Initialize();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user