From 388afd8406a07817b8663281bf3d06f87d46dfd7 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 15 Jun 2020 21:34:12 -0700 Subject: [lldb] Remove redundant access specifiers (NFC) --- lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h') 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 llvm::Expected CallMethod(const char *name, const T &... t) const { -- cgit v1.1