[Mesa-dev] [PATCH mesa] i965: drop duplicate assignments
Caio Marcelo de Oliveira Filho
caio.oliveira at intel.com
Thu Aug 16 16:39:28 UTC 2018
On Thu, Aug 16, 2018 at 04:00:16PM +0100, Eric Engestrom wrote:
> These are all already assigned when declared, a few lines above.
>
> Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
> ---
> Note: I'm not 100% certain the value can never change by the time this
> second assignment is done, so maybe it's the initial one that should be
> dropped?
It seems to me the initial ones should be dropped, since the value is
not used before the second assignment.
Thanks,
Caio
More information about the mesa-dev
mailing list