Re: [Mesa-dev] [PATCH mesa] anv: drop cast-to-void of used variable

2018-08-16 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 16/08/18 15:48, Eric Engestrom wrote: `device` is used 2 lines below, even visible in the diff context printed. Signed-off-by: Eric Engestrom --- src/intel/vulkan/anv_device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c

[Mesa-dev] [PATCH mesa] anv: drop cast-to-void of used variable

2018-08-16 Thread Eric Engestrom
`device` is used 2 lines below, even visible in the diff context printed. Signed-off-by: Eric Engestrom --- src/intel/vulkan/anv_device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index 897249baa6aea4958c23..d8b67b54d638fb42d