gallium/u_transfer_helper: Remove dead forward decl
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Tue, 1 Aug 2023 14:42:54 +0000 (10:42 -0400)
committerMarge Bot <emma+marge@anholt.net>
Tue, 1 Aug 2023 23:18:28 +0000 (23:18 +0000)
commitc885e906b35ae0c3bee769eef7a8aaee4d14fc8c
tree548b2513a7b5e8dad4562e3aae9d1a3bd851b2be
parente5b65566974e70fdc1fb16c52218f30f7219007d
gallium/u_transfer_helper: Remove dead forward decl

Doesn't point to anything.

../src/gallium/auxiliary/util/u_transfer_helper.c:255:1: warning: ‘u_transfer_helper_deinterleave_transfer_map’ declared ‘static’ but never defined [-Wunused-function]
  255 | u_transfer_helper_deinterleave_transfer_map(struct pipe_context *pctx,

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Italo Nicola <italonicola@collabora.com>
Acked-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24428>
src/gallium/auxiliary/util/u_transfer_helper.c