diff --git a/lldb/scripts/utilsDebug.py b/lldb/scripts/utilsDebug.py index 34889e9cefd8..9aae22e24afd 100644 --- a/lldb/scripts/utilsDebug.py +++ b/lldb/scripts/utilsDebug.py @@ -76,10 +76,6 @@ class CDebugFnVerbose: def __init__( self, vstrFnName ): self.__indent_out( vstrFnName ); - # Class destructor - def __del__( self ): - self.__indent_back(); - #++------------------------------------------------------------------------ # Details: Build an indentation string of dots based on the __nLevel. # Type: Method.