[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:
@@ -146,8 +146,6 @@ ConstString OperatingSystemPython::GetPluginName() {
|
||||
return GetPluginNameStatic();
|
||||
}
|
||||
|
||||
uint32_t OperatingSystemPython::GetPluginVersion() { return 1; }
|
||||
|
||||
bool OperatingSystemPython::UpdateThreadList(ThreadList &old_thread_list,
|
||||
ThreadList &core_thread_list,
|
||||
ThreadList &new_thread_list) {
|
||||
|
||||
Reference in New Issue
Block a user