summaryrefslogtreecommitdiffstats
path: root/src/fortranscanner.l
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/fortranscanner.l
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/fortranscanner.l')
-rw-r--r--src/fortranscanner.l1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fortranscanner.l b/src/fortranscanner.l
index 4875606..8aca236 100644
--- a/src/fortranscanner.l
+++ b/src/fortranscanner.l
@@ -165,7 +165,6 @@ static ScanVar v_type = V_IGNORE; // type of parsed variable
static QList<Entry> moduleProcedures; // list of all interfaces which contain unresolved
// module procedures
static QCString docBlock;
-static QCString docBlockName;
static bool docBlockInBody = FALSE;
static bool docBlockJavaStyle;