[IR] Remove unused declaration InitializeTypeMap (NFC)
authorKazu Hirata <kazu@google.com>
Sat, 7 Aug 2021 14:37:54 +0000 (07:37 -0700)
committerKazu Hirata <kazu@google.com>
Sat, 7 Aug 2021 14:37:54 +0000 (07:37 -0700)
The corresponding function definition was removed on Apr 23, 2016 in
commit a59d3e5af889662139b8b08f2175f12567491441.

llvm/include/llvm/IR/DebugInfo.h

index eba422a..730c69d 100644 (file)
@@ -106,8 +106,6 @@ public:
   void reset();
 
 private:
-  void InitializeTypeMap(const Module &M);
-
   void processCompileUnit(DICompileUnit *CU);
   void processScope(DIScope *Scope);
   void processType(DIType *DT);