From 3206b1e077cee6fe582e356cb776a3313b717ea4 Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 16 Oct 2014 01:55:21 +0000 Subject: Remove unnecessary update of 'name' local. clang static analyzer fixit. llvm-svn: 219892 --- lldb/scripts/Python/python-wrapper.swig | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/scripts/Python/python-wrapper.swig') diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 9f9ebad..35145c2 100644 --- a/lldb/scripts/Python/python-wrapper.swig +++ b/lldb/scripts/Python/python-wrapper.swig @@ -91,7 +91,6 @@ ResolvePythonName(const char* name, pmodule = ResolvePythonName(piece.c_str(), main_dict); if (!pmodule) return NULL; - name = dot_pos+1; return ResolvePythonName(dot_pos+1,pmodule); // tail recursion.. should be optimized by the compiler } } -- cgit v1.1