summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-12-19 20:20:37 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-12-19 20:20:37 (GMT)
commit0d1ddb78bd5f2290abd16219852ff21b3d8a395c (patch)
treedb6cd593b219fcdd2f770b42b3acfd2a57ac6827 /src/doxygen.cpp
parentab0bab6c7435c2adc8d7b3fdcc02ce8ee3fab312 (diff)
downloadDoxygen-0d1ddb78bd5f2290abd16219852ff21b3d8a395c.zip
Doxygen-0d1ddb78bd5f2290abd16219852ff21b3d8a395c.tar.gz
Doxygen-0d1ddb78bd5f2290abd16219852ff21b3d8a395c.tar.bz2
Removed unused taggedInnerClasses member
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 4d2aa80..52cd4ac 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -1417,7 +1417,6 @@ static void processTagLessClasses(const ClassDef *rootCd,
ClassDefMutable *ncd = createTagLessInstance(rootCd,icd,name);
processTagLessClasses(rootCd,icd,ncd,name,count+1);
//printf(" addTagged %s to %s\n",ncd->name().data(),tagParentCd->name().data());
- tagParentCd->addTaggedInnerClass(ncd);
ncd->setTagLessReference(icd);
// replace tag-less type for generated/original member