summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lldb/scripts/utilsDebug.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/scripts/utilsDebug.py b/lldb/scripts/utilsDebug.py
index 34889e9cefd..9aae22e24af 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.
OpenPOWER on IntegriCloud