Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed some debug code.
  • Loading branch information
icculus committed Aug 23, 2009
1 parent c7b43c7 commit cebad5a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions mojoshader_compiler.c
Expand Up @@ -40,13 +40,6 @@ static int is_usertype(const Context *ctx)
int i;
for (i = 0; i < ctx->usertype_count; i++)
{

printf(" xxx check '");
fwrite(ctx->token, ctx->tokenlen, 1, stdout);
printf("' vs '");
fwrite(ctx->usertypes[i].token, ctx->usertypes[i].tokenlen, 1, stdout);
printf("'\n");

if (ctx->usertypes[i].tokenlen == ctx->tokenlen)
{
if (memcmp(ctx->usertypes[i].token, ctx->token, ctx->tokenlen)==0)
Expand Down

0 comments on commit cebad5a

Please sign in to comment.