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:
2d1d071
)
[dsymutil] Remove unused function. NFC
author
Fangrui Song
<i@maskray.me>
Thu, 20 Jul 2023 04:00:35 +0000
(21:00 -0700)
committer
Fangrui Song
<i@maskray.me>
Thu, 20 Jul 2023 04:00:35 +0000
(21:00 -0700)
llvm/tools/dsymutil/DebugMap.h
patch
|
blob
|
history
diff --git
a/llvm/tools/dsymutil/DebugMap.h
b/llvm/tools/dsymutil/DebugMap.h
index
b9861ac
..
86cb88d
100644
(file)
--- a/
llvm/tools/dsymutil/DebugMap.h
+++ b/
llvm/tools/dsymutil/DebugMap.h
@@
-175,10
+175,6
@@
public:
uint8_t getType() const { return Type; }
- iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const {
- return make_range(Symbols.begin(), Symbols.end());
- }
-
bool empty() const { return Symbols.empty(); }
void addWarning(StringRef Warning) {