[lldb] Remove a redundaunt return statement (NFC)

Identified with readability-redundant-control-flow.
This commit is contained in:
Kazu Hirata
2022-08-27 21:21:05 -07:00
parent d0f1283e6b
commit 0660249cca

View File

@@ -1259,8 +1259,6 @@ void ScriptInterpreterPythonImpl::SetWatchpointCommandCallback(
wp_options->SetCallback(
ScriptInterpreterPythonImpl::WatchpointCallbackFunction, baton_sp);
}
return;
}
Status ScriptInterpreterPythonImpl::ExportFunctionDefinitionToInterpreter(