[lldb] Remove redundant access specifiers (NFC)

This commit is contained in:
Jonas Devlieghere
2020-06-15 21:34:12 -07:00
parent 5ddd4fc5a6
commit 388afd8406
25 changed files with 0 additions and 30 deletions

View File

@@ -321,7 +321,6 @@ public:
StructuredData::ObjectSP CreateStructuredObject() const;
public:
template <typename... T>
llvm::Expected<PythonObject> CallMethod(const char *name,
const T &... t) const {