summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-07-17 18:32:05 (GMT)
committerGitHub <noreply@github.com>2020-07-17 18:32:05 (GMT)
commitc545a3d4865e14b645f3c02301c89a1b59ff83e1 (patch)
tree91d84bb217279a9c98cedda65998ddfc94faaf64 /src
parent327423e217337bf4e64515aba6cf78b9877bc165 (diff)
parenta65546058116b9a057ea382d971701b9d5f47551 (diff)
downloadDoxygen-c545a3d4865e14b645f3c02301c89a1b59ff83e1.zip
Doxygen-c545a3d4865e14b645f3c02301c89a1b59ff83e1.tar.gz
Doxygen-c545a3d4865e14b645f3c02301c89a1b59ff83e1.tar.bz2
Merge pull request #7908 from albert-github/feature/bug_vhdl_unused
Unused variable in code (VHDL)
Diffstat (limited to 'src')
-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())
{