Skip to content

Commit 9d578dd

Browse files
author
xtremox
committed
Deleted unused variable imgIndex
1 parent 95d9e7b commit 9d578dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DFA.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
wstring tokenSymbol, tokenImage;
6464
wchar_t currentChar;
6565
integer currentState = startState;
66-
int i=0//, imgIndex = 0; //Unused variable
66+
int i=0;//, imgIndex = 0; //Unused variable
6767
integer j;
6868

6969
// Free the memory for every token that might be stored in this vector

0 commit comments

Comments
 (0)