Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Minor FIXME cleanup.
  • Loading branch information
icculus committed Nov 11, 2010
1 parent 2800d5e commit 0829d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader_assembler.c
Expand Up @@ -175,7 +175,6 @@ static Token nexttoken(Context *ctx)

if (preprocessor_outofmemory(ctx->preprocessor))
{
out_of_memory(ctx); // !!! FIXME: this can go; we're bridged now!
ctx->tokenval = TOKEN_EOI;
ctx->token = NULL;
ctx->tokenlen = 0;
Expand Down

0 comments on commit 0829d8c

Please sign in to comment.