diff options
Diffstat (limited to 'src/declinfo.l')
-rw-r--r-- | src/declinfo.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/declinfo.l b/src/declinfo.l index f238be3..a90077e 100644 --- a/src/declinfo.l +++ b/src/declinfo.l @@ -45,7 +45,6 @@ static QCString funcTempList; static QCString type; static QCString name; static QCString args; -static QCString tmpType; static int sharpCount; static bool classTempListFound; static bool funcTempListFound; |