diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-15 21:34:12 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2020-06-15 21:34:13 -0700 |
commit | 388afd8406a07817b8663281bf3d06f87d46dfd7 (patch) | |
tree | 37bd8f1e07662449dece4f841c03641db1f762e9 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 5ddd4fc5a65a452dffa2d27ad6a5c04d148d6234 (diff) | |
download | llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.zip llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.tar.gz llvm-388afd8406a07817b8663281bf3d06f87d46dfd7.tar.bz2 |
[lldb] Remove redundant access specifiers (NFC)
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
-rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h index 06afbc0..22f6c67 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h @@ -321,7 +321,6 @@ public: StructuredData::ObjectSP CreateStructuredObject() const; -public: template <typename... T> llvm::Expected<PythonObject> CallMethod(const char *name, const T &... t) const { |