summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-07-17 09:50:30 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-07-17 09:50:30 (GMT)
commita65546058116b9a057ea382d971701b9d5f47551 (patch)
tree9f4ae7e944371b613c0bd1e92de3f1f2c83b6388
parent38e6d479a2fb624000521b93a384932997ffe16f (diff)
downloadDoxygen-a65546058116b9a057ea382d971701b9d5f47551.zip
Doxygen-a65546058116b9a057ea382d971701b9d5f47551.tar.gz
Doxygen-a65546058116b9a057ea382d971701b9d5f47551.tar.bz2
Unused variable in code (VHDL)
Due to #7864 the variable p is unused (and getFlowMember is just an access function to a flowMember).
-rw-r--r--src/vhdldocgen.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vhdldocgen.cpp b/src/vhdldocgen.cpp
index 7abf9fa..8e311b7 100644
--- a/src/vhdldocgen.cpp
+++ b/src/vhdldocgen.cpp
@@ -3636,7 +3636,6 @@ void FlowChart::writeFlowChart()
#ifdef DEBUGFLOW
printFlowTree();
#endif
- const MemberDef *p=VhdlDocGen::getFlowMember();
if (!Config_getString(PLANTUML_JAR_PATH).isEmpty())
{