summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_scan.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-05-23 15:31:35 +0200
committerSamuel Pitoiset <[email protected]>2017-05-24 09:52:17 +0200
commit51dc5e3df38b2be0549c96b52548df1c92e36e96 (patch)
tree36a33a49b2fbc83290e42f015de8e15282b2c131 /src/gallium/auxiliary/tgsi/tgsi_scan.h
parent338f47b6d8db83e3dce9d89f6383afd41fc8852c (diff)
tgsi: remove unused tgsi_is_passthrough_shader()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Elie Tournier <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_scan.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_scan.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_scan.h b/src/gallium/auxiliary/tgsi/tgsi_scan.h
index 98387c982c6..af1651b7e82 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_scan.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_scan.h
@@ -196,9 +196,6 @@ tgsi_scan_arrays(const struct tgsi_token *tokens,
unsigned max_array_id,
struct tgsi_array_info *arrays);
-extern boolean
-tgsi_is_passthrough_shader(const struct tgsi_token *tokens);
-
#ifdef __cplusplus
} // extern "C"
#endif