diff options
Diffstat (limited to 'lldb/scripts/Python/python-wrapper.swig')
-rw-r--r-- | lldb/scripts/Python/python-wrapper.swig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/scripts/Python/python-wrapper.swig b/lldb/scripts/Python/python-wrapper.swig index 9f9ebaded9d..35145c2341d 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 } } |