freedreno/ir3: remove old compiler
[mesa.git] / src / gallium / drivers / freedreno / ir3 / ir3_compiler.h
index 58532979af38af08b8902a8bf57315230c4d6768..6459482c007c9f596e46f73dfd586fd545ef9450 100644 (file)
@@ -35,8 +35,5 @@
 int ir3_compile_shader(struct ir3_shader_variant *so,
                const struct tgsi_token *tokens,
                struct ir3_shader_key key, bool cp);
-int ir3_compile_shader_old(struct ir3_shader_variant *so,
-               const struct tgsi_token *tokens,
-               struct ir3_shader_key key);
 
 #endif /* FD3_COMPILER_H_ */