From a65546058116b9a057ea382d971701b9d5f47551 Mon Sep 17 00:00:00 2001 From: albert-github Date: Fri, 17 Jul 2020 11:50:30 +0200 Subject: Unused variable in code (VHDL) Due to #7864 the variable p is unused (and getFlowMember is just an access function to a flowMember). --- src/vhdldocgen.cpp | 1 - 1 file changed, 1 deletion(-) 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()) { -- cgit v0.12