draw/tess: Fix unused-function warning with draw-use-llvm=disabled.
authorVinson Lee <vlee@freedesktop.org>
Wed, 1 Sep 2021 06:21:59 +0000 (23:21 -0700)
committerVinson Lee <vlee@freedesktop.org>
Fri, 3 Sep 2021 07:47:03 +0000 (00:47 -0700)
commite209580fe4c74445e973805910797366a2bc8e2f
tree27a91599c159b730b6a2df1d646ef40b085699f7
parent8bee5d3c11a8a60cb28fd7c185d57868eb39456a
draw/tess: Fix unused-function warning with draw-use-llvm=disabled.

../src/gallium/auxiliary/draw/draw_tess.c:37:1: warning: unused function 'draw_tes_get_input_index' [-Wunused-function]
draw_tes_get_input_index(int semantic, int index,
^

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12663>
src/gallium/auxiliary/draw/draw_tess.c