summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/shader/slang/slang_print.h')
-rw-r--r--src/mesa/shader/slang/slang_print.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mesa/shader/slang/slang_print.h b/src/mesa/shader/slang/slang_print.h
index 81cf0a844e..46605c8061 100644
--- a/src/mesa/shader/slang/slang_print.h
+++ b/src/mesa/shader/slang/slang_print.h
@@ -9,12 +9,6 @@ slang_print_function(const slang_function *f, GLboolean body);
extern void
slang_print_tree(const slang_operation *op, int indent);
-
-#if 0
-extern const char *
-slang_asm_string(slang_assembly_type t);
-#endif
-
extern const char *
slang_type_qual_string(slang_type_qualifier q);