diff options
author | albert-github <albert.tests@gmail.com> | 2014-12-27 18:35:59 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2014-12-27 18:35:59 (GMT) |
commit | d03e4c2ae1864c6f27a4341449ce97133aeb6847 (patch) | |
tree | 6bf55ad02e65b7e37c1f6afd86e0f8944364272b /src/filedef.cpp | |
parent | ed39dab59f8af2c5b42cfac0b3140cf594412121 (diff) | |
download | Doxygen-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/filedef.cpp')
-rw-r--r-- | src/filedef.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/filedef.cpp b/src/filedef.cpp index dd97c1c..c582a4b 100644 --- a/src/filedef.cpp +++ b/src/filedef.cpp @@ -1296,7 +1296,6 @@ void FileDef::addIncludedUsingDirectives() visited=TRUE; //printf("( FileDef::addIncludedUsingDirectives for file %s\n",name().data()); - NamespaceList nl; if (m_includeList) // file contains #includes { { @@ -1542,7 +1541,6 @@ static Directory *findDirNode(Directory *root,const QCString &name) static void mergeFileDef(Directory *root,FileDef *fd) { - QCString rootPath = root->name(); QCString filePath = fd->absFilePath(); //printf("merging %s\n",filePath.data()); Directory *dirNode = findDirNode(root,filePath); |