diff options
-rw-r--r-- | src/intel/vulkan/anv_entrypoints_gen.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/intel/vulkan/anv_entrypoints_gen.py b/src/intel/vulkan/anv_entrypoints_gen.py index 1e4cfcb1755..cedecfeac70 100644 --- a/src/intel/vulkan/anv_entrypoints_gen.py +++ b/src/intel/vulkan/anv_entrypoints_gen.py @@ -210,7 +210,6 @@ anv_resolve_entrypoint(uint32_t index) return validate_layer.entrypoints[index]; if (dispatch_devinfo == NULL) { - assert(anv_layer.entrypoints[index]); return anv_layer.entrypoints[index]; } |