[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
This commit is contained in:
@@ -639,7 +639,6 @@ lldb_private::ConstString ObjectFileELF::GetPluginName() {
|
||||
return GetPluginNameStatic();
|
||||
}
|
||||
|
||||
uint32_t ObjectFileELF::GetPluginVersion() { return m_plugin_version; }
|
||||
// ObjectFile protocol
|
||||
|
||||
ObjectFileELF::ObjectFileELF(const lldb::ModuleSP &module_sp,
|
||||
|
||||
Reference in New Issue
Block a user