From 4a440889a87fd8d0cc0307bd76d55804e46951ef Mon Sep 17 00:00:00 2001 From: Jesse Natalie Date: Wed, 11 Jan 2023 10:44:51 -0800 Subject: [PATCH] microsoft/compiler: Delete stale TODO comment Part-of: --- src/microsoft/compiler/dxil_container.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/microsoft/compiler/dxil_container.c b/src/microsoft/compiler/dxil_container.c index f96c5685732..64cb8a17195 100644 --- a/src/microsoft/compiler/dxil_container.c +++ b/src/microsoft/compiler/dxil_container.c @@ -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;