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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/shader/slang/slang_print.h b/src/mesa/shader/slang/slang_print.h
index a98607a540..ae39be6806 100644
--- a/src/mesa/shader/slang/slang_print.h
+++ b/src/mesa/shader/slang/slang_print.h
@@ -10,10 +10,6 @@ extern void
slang_print_tree(const slang_operation *op, int indent);
-extern void
-slang_print_opcode(unsigned int opcode);
-
-
extern const char *
slang_asm_string(slang_assembly_type t);