From b03126768a842aa80bd20ae137ba3df52043e641 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Fri, 10 Sep 2021 14:38:27 +0200 Subject: [lldb] Remove PluginInterface::GetPluginVersion In all these years, we haven't found a use for this function (it has zero callers). Lets just remove the boilerplate. Differential Revision: https://reviews.llvm.org/D109600 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h') diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h index 4a594cf29a08..4bdd38fc8100 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.h @@ -44,8 +44,6 @@ public: // lldb_private::PluginInterface Methods lldb_private::ConstString GetPluginName() override; - uint32_t GetPluginVersion() override; - // lldb_private::OperatingSystem Methods bool UpdateThreadList(lldb_private::ThreadList &old_thread_list, lldb_private::ThreadList &real_thread_list, -- cgit v1.2.3