summaryrefslogtreecommitdiff
path: root/src/mesa/shader/grammar/grammar.c
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-07 10:55:45 +0200
committerMichal Krol <michal@vmware.com>2009-09-07 10:55:45 +0200
commit8bed21ecf9ff3f0244de2011f5177f16136e255f (patch)
treee4d59264dd679ef7b30ff88ca63ee900772c700d /src/mesa/shader/grammar/grammar.c
parent5ad89377522061775b467d84bf6dc14305cccfbf (diff)
grammar: Remove grammar_check().
Diffstat (limited to 'src/mesa/shader/grammar/grammar.c')
-rw-r--r--src/mesa/shader/grammar/grammar.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/shader/grammar/grammar.c b/src/mesa/shader/grammar/grammar.c
index a9775961d3..f1e3b837c4 100644
--- a/src/mesa/shader/grammar/grammar.c
+++ b/src/mesa/shader/grammar/grammar.c
@@ -3091,11 +3091,6 @@ static int _grammar_check (grammar id, const byte *text, byte **prod, unsigned i
return 1;
}
-int grammar_check (grammar id, const byte *text, byte **prod, unsigned int *size)
-{
- return _grammar_check (id, text, prod, size, 0, 0);
-}
-
int grammar_fast_check (grammar id, const byte *text, byte **prod, unsigned int *size,
unsigned int estimate_prod_size)
{