summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-23 17:38:04 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-10-23 17:38:04 (GMT)
commite22e89c0ed1c4fbf22021f4446a2900c65214cf2 (patch)
tree1c52653cf368613b305e5facf5957ce2b70afcd6 /src/util.cpp
parent73c488839a8bfa2e4f3254c37cba5943f2ab238f (diff)
downloadDoxygen-e22e89c0ed1c4fbf22021f4446a2900c65214cf2.zip
Doxygen-e22e89c0ed1c4fbf22021f4446a2900c65214cf2.tar.gz
Doxygen-e22e89c0ed1c4fbf22021f4446a2900c65214cf2.tar.bz2
Refactoring: Remove unused DefinitionIntf and DefinitionList classes
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index b398bc2..f518491 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2771,7 +2771,6 @@ static QCString getCanonicalTypeForIdentifier(
if (count>10) return word; // oops recursion
QCString symName,result,templSpec,tmpName;
- //DefinitionList *defList=0;
if (tSpec && !tSpec->isEmpty())
templSpec = stripDeclKeywords(getCanonicalTemplateSpec(d,fs,*tSpec));