diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-26 21:57:02 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-03-26 21:57:02 +0000 |
commit | 05495c5d4571b1756369e00a1ca7003d63e204da (patch) | |
tree | c493146d9a4e7ab72bc936aba9869e13b414bc8b /lldb/source/API/SystemInitializerFull.cpp | |
parent | 330dcd9dabd3c4d8422047d6d35142a03b34aeab (diff) | |
download | bcm5719-llvm-05495c5d4571b1756369e00a1ca7003d63e204da.tar.gz bcm5719-llvm-05495c5d4571b1756369e00a1ca7003d63e204da.zip |
[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
Diffstat (limited to 'lldb/source/API/SystemInitializerFull.cpp')
-rw-r--r-- | lldb/source/API/SystemInitializerFull.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/API/SystemInitializerFull.cpp b/lldb/source/API/SystemInitializerFull.cpp index 5515548f1bb..cce5cb95bd1 100644 --- a/lldb/source/API/SystemInitializerFull.cpp +++ b/lldb/source/API/SystemInitializerFull.cpp @@ -142,7 +142,6 @@ llvm::Error SystemInitializerFull::Initialize() { #endif #if !defined(LLDB_DISABLE_PYTHON) - ScriptInterpreterPython::InitializeSWIG(); ScriptInterpreterPython::Initialize(); #endif |