[IR] Remove unused declaration InitializeTypeMap (NFC)

The corresponding function definition was removed on Apr 23, 2016 in
commit a59d3e5af8.
This commit is contained in:
Kazu Hirata 2021-08-07 07:37:54 -07:00
parent 0a241e90d4
commit c21f6dc8a4
1 changed files with 0 additions and 2 deletions

View 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);