[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:
Jonas Devlieghere
2019-03-26 21:57:02 +00:00
parent 330dcd9dab
commit 05495c5d45
4 changed files with 69 additions and 456 deletions

View File

@@ -27,9 +27,6 @@ public:
llvm::Error Initialize() override;
void Terminate() override;
private:
void InitializeSWIG();
};
} // namespace lldb_private