pan/mdg: Remove duplicate compiler option

Noted by clang.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13723>
This commit is contained in:
Alyssa Rosenzweig 2021-11-12 11:11:16 -05:00 committed by Marge Bot
parent a4d3a29647
commit 4e83584092
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ static const nir_shader_compiler_options midgard_nir_options = {
.lower_doubles_options = nir_lower_dmod,
.lower_bitfield_extract_to_shifts = true,
.lower_uniforms_to_ubo = true,
.has_fsub = true,
.has_isub = true,