From: Brian Paul Date: Tue, 30 May 2006 22:15:24 +0000 (+0000) Subject: remove redundant 'const' X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e4cb9cd167b2993a4d73871b80216af9766f130b;p=mesa.git remove redundant 'const' --- diff --git a/src/mesa/main/texenvprogram.c b/src/mesa/main/texenvprogram.c index 5db2f6249c4..0a43f7ac4ad 100644 --- a/src/mesa/main/texenvprogram.c +++ b/src/mesa/main/texenvprogram.c @@ -1106,7 +1106,7 @@ create_new_program(struct state_key *key, GLcontext *ctx, static struct fragment_program * search_cache(const struct texenvprog_cache *cache, GLuint hash, - const const void *key, + const void *key, GLuint keysize) { struct texenvprog_cache_item *c;