[Lldb-commits] [lldb] 1e8e1ec - [lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cpp

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 19 07:35:25 PDT 2020


Author: Raphael Isemann
Date: 2020-06-19T16:35:03+02:00
New Revision: 1e8e1ec00c0e22b4e171ca5e8d54bf3fbeae8efa

URL: https://github.com/llvm/llvm-project/commit/1e8e1ec00c0e22b4e171ca5e8d54bf3fbeae8efa
DIFF: https://github.com/llvm/llvm-project/commit/1e8e1ec00c0e22b4e171ca5e8d54bf3fbeae8efa.diff

LOG: [lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cpp

Added: 
    

Modified: 
    lldb/source/Symbol/CompilerType.cpp

Removed: 
    


################################################################################
diff  --git a/lldb/source/Symbol/CompilerType.cpp b/lldb/source/Symbol/CompilerType.cpp
index ce64763dd815..f819c9f8ce23 100644
--- a/lldb/source/Symbol/CompilerType.cpp
+++ b/lldb/source/Symbol/CompilerType.cpp
@@ -706,7 +706,6 @@ CompilerType::GetIndexOfChildWithName(const char *name,
 }
 
 // Dumping types
-#define DEPTH_INCREMENT 2
 
 void CompilerType::DumpValue(ExecutionContext *exe_ctx, Stream *s,
                              lldb::Format format, const DataExtractor &data,


        


More information about the lldb-commits mailing list