summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogparse.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-07-01 02:03:33 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-07-01 02:03:33 +0000
commit8e8fa63cb401f38b3320484faa7ea463cca9d8d5 (patch)
treee0b43406f7c1881864e8b3e8ff3e8c11fd046230 /src/mesa/shader/arbprogparse.c
parent559c494fc8b4cc8b058a2f2046ce492d0294e51e (diff)
comment-out some unused code to silence warnings
Diffstat (limited to 'src/mesa/shader/arbprogparse.c')
-rw-r--r--src/mesa/shader/arbprogparse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c
index ffb451d8ae..b9bd1b0cee 100644
--- a/src/mesa/shader/arbprogparse.c
+++ b/src/mesa/shader/arbprogparse.c
@@ -2361,6 +2361,7 @@ parse_address_reg (GLcontext * ctx, GLubyte ** inst,
return 0;
}
+#if 0 /* unused */
/**
* Handle the parsing out of a masked address register
*
@@ -2387,7 +2388,7 @@ parse_masked_address_reg (GLcontext * ctx, GLubyte ** inst,
return 0;
}
-
+#endif
/**
* Parse out a swizzle mask.