gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channel
authorGert Wollny <gert.wollny@collabora.com>
Tue, 5 Jun 2018 11:58:51 +0000 (13:58 +0200)
committerGert Wollny <gw.fossdev@gmail.com>
Wed, 20 Jun 2018 09:08:28 +0000 (11:08 +0200)
commitc9b53c641006e2c0c869942284cf1dc84f9deca4
tree4d937ed7bdada62bb0d4d442212ab25184027b36
parent38a9b42d8e2f86ce0ea4e34a1f5371358b00f93d
gallium/aux/tgsi_exec.c: Remove unused parameter from fetch_src_file_channel

remove unused parameter chan_index from fetch_src_file_channel, fixes warning:

tgsi/tgsi_exec.c: In Funktion »fetch_src_file_channel«:
tgsi/tgsi_exec.c:1480:35: Warning: unused parameter »chan_index« [-Wunused-parameter]
                        const uint chan_index,
                                   ^~~~~~~~~~

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
src/gallium/auxiliary/tgsi/tgsi_exec.c