From 1e8e1ec00c0e22b4e171ca5e8d54bf3fbeae8efa Mon Sep 17 00:00:00 2001 From: Raphael Isemann Date: Fri, 19 Jun 2020 16:25:49 +0200 Subject: [PATCH] [lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cpp --- lldb/source/Symbol/CompilerType.cpp | 1 - 1 file changed, 1 deletion(-) 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,