[lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData plugin names
This commit is contained in:
@@ -436,12 +436,7 @@ void ScriptInterpreterPython::SharedLibraryDirectoryHelper(
|
||||
#endif
|
||||
}
|
||||
|
||||
lldb_private::ConstString ScriptInterpreterPython::GetPluginNameStatic() {
|
||||
static ConstString g_name("script-python");
|
||||
return g_name;
|
||||
}
|
||||
|
||||
const char *ScriptInterpreterPython::GetPluginDescriptionStatic() {
|
||||
llvm::StringRef ScriptInterpreterPython::GetPluginDescriptionStatic() {
|
||||
return "Embedded Python interpreter";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user