summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/tgsi/tgsi_parse.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-11-24 14:45:56 +0000
committerKeith Whitwell <keithw@vmware.com>2009-11-24 14:45:56 +0000
commit42ae0030696f027050c41babced2b408997bb0ce (patch)
tree9903989a555d359d87389bd87cd969a601ee907b /src/gallium/auxiliary/tgsi/tgsi_parse.h
parent9fbfe6b65d7d45a70553b603f2166be3272d1e35 (diff)
downloadexternal_mesa3d-42ae0030696f027050c41babced2b408997bb0ce.zip
external_mesa3d-42ae0030696f027050c41babced2b408997bb0ce.tar.gz
external_mesa3d-42ae0030696f027050c41babced2b408997bb0ce.tar.bz2
tgsi: remove unnecessary full_token init and free functions
Diffstat (limited to 'src/gallium/auxiliary/tgsi/tgsi_parse.h')
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_parse.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_parse.h b/src/gallium/auxiliary/tgsi/tgsi_parse.h
index c78d6e6..48e6987 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_parse.h
+++ b/src/gallium/auxiliary/tgsi/tgsi_parse.h
@@ -93,14 +93,6 @@ union tgsi_full_token
struct tgsi_full_instruction FullInstruction;
};
-void
-tgsi_full_token_init(
- union tgsi_full_token *full_token );
-
-void
-tgsi_full_token_free(
- union tgsi_full_token *full_token );
-
struct tgsi_parse_context
{
const struct tgsi_token *Tokens;