Remove ConstString from Language, LanguageRuntime, SystemRuntime and SymbolFile plugin names

This commit is contained in:
Pavel Labath
2021-10-21 20:13:45 +02:00
parent eb55c1f153
commit 49481b5380
32 changed files with 68 additions and 168 deletions

View File

@@ -966,11 +966,6 @@ void RenderScriptRuntime::Terminate() {
PluginManager::UnregisterPlugin(CreateInstance);
}
lldb_private::ConstString RenderScriptRuntime::GetPluginNameStatic() {
static ConstString plugin_name("renderscript");
return plugin_name;
}
RenderScriptRuntime::ModuleKind
RenderScriptRuntime::GetModuleKind(const lldb::ModuleSP &module_sp) {
if (module_sp) {