anv: drop cast-to-void of used variable
authorEric Engestrom <eric.engestrom@intel.com>
Thu, 16 Aug 2018 14:47:13 +0000 (15:47 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Thu, 16 Aug 2018 16:38:31 +0000 (17:38 +0100)
commit7a1f4340b647d9c4e4e62bd0cda620eb2d927cd9
tree338a7d7712f382e0a1285da19a23517ae678acde
parent6cf0d4f91f97728472af9edce68d75f3aa757519
anv: drop cast-to-void of used variable

`device` is used 2 lines below, even visible in the diff context printed.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/vulkan/anv_device.c