Skip to content

Commit

Permalink
Removed a FIXME that got fixed awhile ago.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 24, 2009
1 parent ad42b10 commit 14ebc92
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mojoshader_preprocessor.c
Expand Up @@ -1794,9 +1794,6 @@ static inline const char *_preprocessor_nexttoken(Preprocessor *_ctx,
*_token = token;
*_len = state->tokenlen;
return state->token;

// !!! FIXME: check for ((Token) '\n'), so we know if a preprocessor
// !!! FIXME: directive started a line.
} // while

assert(0 && "shouldn't hit this code");
Expand Down

0 comments on commit 14ebc92

Please sign in to comment.