microsoft/compiler: Delete stale TODO comment

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20650>
This commit is contained in:
Jesse Natalie
2023-01-11 10:44:51 -08:00
committed by Marge Bot
parent e0024a844c
commit 4a440889a8
-1
View File
@@ -259,7 +259,6 @@ dxil_container_add_state_validation(struct dxil_container *c,
state->state.psv1.sig_patch_const_or_prim_vectors, state->state.psv1.sig_output_vectors[0]);
}
size += dependency_table_size;
// TODO: Domain shader table goes here
if (!add_part_header(c, DXIL_PSV0, size))
return false;