summaryrefslogtreecommitdiffstats
path: root/src/util.cpp
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2016-01-06 09:48:19 (GMT)
committerChristoph GrĂ¼ninger <christoph.grueninger@iws.uni-stuttgart.de>2016-01-23 09:34:47 (GMT)
commitaa61a4b33e2dd5c0f4809dd23f4561bd225270f9 (patch)
tree3d456bfd673adab4729b4a0b3015eb27478c7c31 /src/util.cpp
parentf4574baf118da6aa2051b865040a9948bb0d22c9 (diff)
downloadDoxygen-aa61a4b33e2dd5c0f4809dd23f4561bd225270f9.zip
Doxygen-aa61a4b33e2dd5c0f4809dd23f4561bd225270f9.tar.gz
Doxygen-aa61a4b33e2dd5c0f4809dd23f4561bd225270f9.tar.bz2
Remove unused variables
Diffstat (limited to 'src/util.cpp')
-rwxr-xr-xsrc/util.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util.cpp b/src/util.cpp
index e502bbb..fdd39f9 100755
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -4293,7 +4293,6 @@ bool getDefs(const QCString &scName,
else
{
//printf("not a namespace\n");
- bool found=FALSE;
MemberListIterator mmli(*mn);
MemberDef *mmd;
for (mmli.toFirst();(mmd=mmli.current());++mmli)