Mesa (master): glsl: Remove prototypes for nonexistent functions

Ian Romanick idr at kemper.freedesktop.org
Mon Oct 17 18:32:30 UTC 2016


Module: Mesa
Branch: master
Commit: 5c025ea6fca5f4b6c4ac168205355b805365e09e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c025ea6fca5f4b6c4ac168205355b805365e09e

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Oct 14 10:38:04 2016 -0700

glsl: Remove prototypes for nonexistent functions

Signed-off-by: Ian Romanick <ian.d.romanick at intel.com>
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Eric Engestrom <eric at engestrom.ch>

---

 src/compiler/glsl/ir.h | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/compiler/glsl/ir.h b/src/compiler/glsl/ir.h
index 83b810b..7e06d42 100644
--- a/src/compiler/glsl/ir.h
+++ b/src/compiler/glsl/ir.h
@@ -2357,9 +2357,6 @@ _mesa_glsl_initialize_derived_variables(struct gl_context *ctx,
                                         gl_shader *shader);
 
 extern void
-_mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state);
-
-extern void
 _mesa_glsl_initialize_builtin_functions();
 
 extern ir_function_signature *
@@ -2376,9 +2373,6 @@ extern ir_function_signature *
 _mesa_get_main_function_signature(glsl_symbol_table *symbols);
 
 extern void
-_mesa_glsl_release_functions(void);
-
-extern void
 _mesa_glsl_release_builtin_functions(void);
 
 extern void
@@ -2390,9 +2384,6 @@ extern void
 import_prototypes(const exec_list *source, exec_list *dest,
 		  struct glsl_symbol_table *symbols, void *mem_ctx);
 
-extern bool
-ir_has_call(ir_instruction *ir);
-
 extern void
 do_set_program_inouts(exec_list *instructions, struct gl_program *prog,
                       gl_shader_stage shader_stage);




More information about the mesa-commit mailing list