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>
This commit is contained in:
committed by
Marge Bot
parent
e5b6556697
commit
c885e906b3
@@ -251,13 +251,6 @@ transfer_map_msaa(struct pipe_context *pctx,
|
||||
return ss_map;
|
||||
}
|
||||
|
||||
static void *
|
||||
u_transfer_helper_deinterleave_transfer_map(struct pipe_context *pctx,
|
||||
struct pipe_resource *prsc,
|
||||
unsigned level, unsigned usage,
|
||||
const struct pipe_box *box,
|
||||
struct pipe_transfer **pptrans);
|
||||
|
||||
void *
|
||||
u_transfer_helper_transfer_map(struct pipe_context *pctx,
|
||||
struct pipe_resource *prsc,
|
||||
|
||||
Reference in New Issue
Block a user