summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SystemInitializerFull.h
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-03-26 21:57:02 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-03-26 21:57:02 +0000
commit05495c5d4571b1756369e00a1ca7003d63e204da (patch)
treec493146d9a4e7ab72bc936aba9869e13b414bc8b /lldb/source/API/SystemInitializerFull.h
parent330dcd9dabd3c4d8422047d6d35142a03b34aeab (diff)
downloadbcm5719-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.h')
-rw-r--r--lldb/source/API/SystemInitializerFull.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/source/API/SystemInitializerFull.h b/lldb/source/API/SystemInitializerFull.h
index 80da7d01fb8..a194afe9fab 100644
--- a/lldb/source/API/SystemInitializerFull.h
+++ b/lldb/source/API/SystemInitializerFull.h
@@ -27,9 +27,6 @@ public:
llvm::Error Initialize() override;
void Terminate() override;
-
-private:
- void InitializeSWIG();
};
} // namespace lldb_private
OpenPOWER on IntegriCloud