From e666e1f715ca0d281e728c3544b2816a9038696d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 17 May 2016 16:13:20 -0400 Subject: [PATCH] Metal: Removed FIXME that already got fixed. --- mojoshader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/mojoshader.c b/mojoshader.c index ef185f52..3c16e8d8 100644 --- a/mojoshader.c +++ b/mojoshader.c @@ -4699,8 +4699,6 @@ static void emit_METAL_const_array(Context *ctx, const ConstantsList *clist, char varname[64]; get_METAL_const_array_varname_in_buf(ctx,base,size,varname,sizeof(varname)); - // !!! FIXME: this needs to have a unique name so it doesn't clash when - // !!! FIXME: building a metallib. const char *cstr = NULL; push_output(ctx, &ctx->globals); output_line(ctx, "constant float4 %s[%d] = {", varname, size);