[lldb] Remove a redundaunt return statement (NFC)
Identified with readability-redundant-control-flow.
This commit is contained in:
@@ -1259,8 +1259,6 @@ void ScriptInterpreterPythonImpl::SetWatchpointCommandCallback(
|
||||
wp_options->SetCallback(
|
||||
ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Status ScriptInterpreterPythonImpl::ExportFunctionDefinitionToInterpreter(
|
||||
|
||||
Reference in New Issue
Block a user