Removed assignment no longer required

git-svn-id: svn://svn.code.sf.net/p/ctags/code/trunk@804 c5d04d22-be80-434c-894e-aa346cc9e8e8
This commit is contained in:
dfishburn 2012-12-16 00:55:22 +00:00
parent 2ed09469d4
commit 24e68a6b54
1 changed files with 0 additions and 1 deletions

View File

@ -440,7 +440,6 @@ getNextChar:
if ( (d != '*') && /* is this the start of a comment? */
(d != '/') ) /* is a one line comment? */
{
token->type = TOKEN_FORWARD_SLASH;
fileUngetc (d);
switch (LastTokenType)
{