meson: remove duplicate deprecated for power8 option

Fixes: c4b305079d ("meson: Simplify the power8 optimization logic")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34565>
This commit is contained in:
Eric Engestrom
2025-04-17 02:39:38 +02:00
committed by Marge Bot
parent b9472db496
commit 8744c98fa9

View File

@@ -536,7 +536,6 @@ option(
option(
'power8',
type : 'feature',
deprecated: {'true': 'enabled', 'false': 'disabled'},
description : 'Does nothing, left here for a while to avoid build breakages.',
deprecated: true,
)