gallium/aux/tgsi_exec.c: Remove paramater inst from exec_kill
authorGert Wollny <gert.wollny@collabora.com>
Tue, 5 Jun 2018 11:58:50 +0000 (13:58 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Wed, 20 Jun 2018 09:08:28 +0000 (11:08 +0200)
commit38a9b42d8e2f86ce0ea4e34a1f5371358b00f93d
tree79dcc5811599565bb8963edac8c821d3d2dbc49d
parentb8fca73e472b05448f4b826785fecd126d4ab904
gallium/aux/tgsi_exec.c: Remove paramater inst from exec_kill

Fixes warning:
tgsi/tgsi_exec.c: In Funktion »exec_kill«:
tgsi/tgsi_exec.c:2049:47: Warning: unused parameter »inst« [-Wunused-parameter]
           const struct tgsi_full_instruction *inst)
                                               ^~~~

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c