Skip to content

Commit b87ff36

Browse files
committed
[dsymutil] Remove unused function. NFC
1 parent 2d1d071 commit b87ff36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/tools/dsymutil/DebugMap.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ class DebugMapObject {
175175

176176
uint8_t getType() const { return Type; }
177177

178-
iterator_range<StringMap<SymbolMapping>::const_iterator> symbols() const {
179-
return make_range(Symbols.begin(), Symbols.end());
180-
}
181-
182178
bool empty() const { return Symbols.empty(); }
183179

184180
void addWarning(StringRef Warning) {

0 commit comments

Comments
 (0)