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

This commit is contained in:
Raphael Isemann 2020-06-19 16:25:49 +02:00
parent 1719147019
commit 1e8e1ec00c

View File

@ -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,