projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1719147
)
[lldb][NFC] Remove unused DEPTH_INCREMENT in CompilerType.cpp
author
Raphael Isemann
<teemperor@gmail.com>
Fri, 19 Jun 2020 14:25:49 +0000
(16:25 +0200)
committer
Raphael Isemann
<teemperor@gmail.com>
Fri, 19 Jun 2020 14:35:03 +0000
(16:35 +0200)
lldb/source/Symbol/CompilerType.cpp
patch
|
blob
|
history
diff --git
a/lldb/source/Symbol/CompilerType.cpp
b/lldb/source/Symbol/CompilerType.cpp
index
ce64763
..
f819c9f
100644
(file)
--- 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,