author | Ryan C. Gordon <icculus@icculus.org> |
Wed, 16 Apr 2008 17:43:10 -0400 | |
branch | trunk |
changeset 128 | d87a5548ee21 |
parent 127 | 08ed4307aeea |
child 129 | 272d51a25a21 |
mojoshader.c | file | annotate | diff | comparison | revisions |
--- a/mojoshader.c Wed Apr 16 01:23:41 2008 -0400 +++ b/mojoshader.c Wed Apr 16 17:43:10 2008 -0400 @@ -1838,7 +1838,6 @@ output_line(ctx, "vec4 r%d;", regnum); break; case REG_TYPE_LOOP: - //output_line(ctx, "int aL;"); break; // no-op. We declare these in for loops at the moment. case REG_TYPE_LABEL: break; // no-op. If we see it here, it means we optimized it out.