[dsymutil] Remove unused function. NFC
authorFangrui Song <i@maskray.me>
Thu, 20 Jul 2023 04:00:35 +0000 (21:00 -0700)
committerFangrui Song <i@maskray.me>
Thu, 20 Jul 2023 04:00:35 +0000 (21:00 -0700)
llvm/tools/dsymutil/DebugMap.h

index b9861ac..86cb88d 100644 (file)
@@ -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) {