intel/dev: Drop a bogus assert
authorJason Ekstrand <jason@jlekstrand.net>
Fri, 16 Jul 2021 02:41:06 +0000 (21:41 -0500)
committerJason Ekstrand <jason@jlekstrand.net>
Fri, 16 Jul 2021 02:43:31 +0000 (21:43 -0500)
commitcb589ee394287fa1291cc7ce564f946d8af73583
treed1c690cfb70363a9b0739aa7de8c081c2f3c3e25
parentfce0027d913f6538cb1f1d40675191d2a9ffadfe
intel/dev: Drop a bogus assert

In c24ba6cecbac, I copied over the CHV thread count code from i965 and
ANV into common code.  While at it, I added an assert that I thought
should be true based on the comments.  It turns out to be invalid.  Drop
it.

Fixes: c24ba6cecbac "intel/dev: Handle CHV CS thread weirdness in..."
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/5072
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11918>
src/intel/dev/intel_device_info.c