From 6979ab26555a8640a0470410c2c040fd68bf68ce Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 22 May 2025 22:36:26 -0700 Subject: [lldb] Remove redundant control flow statements (NFC) (#141183) --- .../ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h b/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h index 4b9f463ef560..b38b65e3545c 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/ScriptedPythonInterface.h @@ -463,7 +463,6 @@ protected: template void ReverseTransform(T &original_arg, U transformed_arg, Status &error) { // If U is not a PythonObject, don't touch it! - return; } template -- cgit v1.2.3