summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
diff options
context:
space:
mode:
authorThomas H.P. Andersen <phomes@gmail.com>2023-05-04 11:50:59 +0200
committerMarge Bot <emma+marge@anholt.net>2023-05-25 07:36:07 +0000
commite2d305ce45d7f815b0b6174dfa029a15fc57b248 (patch)
tree66be45e502e8dd2e56fee595bbd6a81c8d6b7aa2 /src/gallium/auxiliary/tgsi/tgsi_parse.h
parentc87e491107f18f4338d12a366a827522cf12af81 (diff)
tgsi: delete unused functions
None of these are in use Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22864>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_parse.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_parse.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_parse.h b/src/gallium/auxiliary/tgsi/tgsi_parse.h
index 07806ab3553..b5ed12095fc 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_parse.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_parse.h
@@ -141,9 +141,6 @@ tgsi_num_tokens(const struct tgsi_token *tokens)
return header.HeaderSize + header.BodySize;
}
-void
-tgsi_dump_tokens(const struct tgsi_token *tokens);
-
struct tgsi_token *
tgsi_dup_tokens(const struct tgsi_token *tokens);