Remove dead comment.

This commit is contained in:
Hans-Kristian Arntzen 2018-09-17 13:58:48 +02:00
parent 49ac538a64
commit 4aead55ca6

View File

@ -1643,7 +1643,6 @@ void CompilerMSL::emit_resources()
declare_undefined_values();
// Emit the special [[stage_in]] and [[stage_out]] interface blocks which we created.
// If these contain built
emit_interface_block(stage_out_var_id);
emit_interface_block(stage_in_var_id);
}