summaryrefslogtreecommitdiffstats
path: root/src/dirdef.cpp
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2014-12-27 18:35:59 (GMT)
committeralbert-github <albert.tests@gmail.com>2014-12-27 18:35:59 (GMT)
commitd03e4c2ae1864c6f27a4341449ce97133aeb6847 (patch)
tree6bf55ad02e65b7e37c1f6afd86e0f8944364272b /src/dirdef.cpp
parented39dab59f8af2c5b42cfac0b3140cf594412121 (diff)
downloadDoxygen-d03e4c2ae1864c6f27a4341449ce97133aeb6847.zip
Doxygen-d03e4c2ae1864c6f27a4341449ce97133aeb6847.tar.gz
Doxygen-d03e4c2ae1864c6f27a4341449ce97133aeb6847.tar.bz2
Remove unused local and static global variables
Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
Diffstat (limited to 'src/dirdef.cpp')
-rw-r--r--src/dirdef.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dirdef.cpp b/src/dirdef.cpp
index d4af3f0..eebbe06 100644
--- a/src/dirdef.cpp
+++ b/src/dirdef.cpp
@@ -80,8 +80,6 @@ void DirDef::addFile(FileDef *fd)
static QCString encodeDirName(const QCString &anchor)
{
- QCString result;
-
// convert to md5 hash
uchar md5_sig[16];
QCString sigStr(33);
@@ -90,6 +88,7 @@ static QCString encodeDirName(const QCString &anchor)
return sigStr;
// old algorithm
+// QCString result;
// int l = anchor.length(),i;
// for (i=0;i<l;i++)