diff --git a/tagmanager/vhdl.c b/tagmanager/vhdl.c index 229f880c..8f0a0cac 100644 --- a/tagmanager/vhdl.c +++ b/tagmanager/vhdl.c @@ -79,7 +79,6 @@ static kindOption VhdlKinds [] = { }; static keywordAssoc VhdlKeywordTable [] = { - { "variable", K_VARIABLE }, { "constant", K_CONSTANT }, { "variable", K_VARIABLE }, { "type", K_TYPE },