summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_exec.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-02 11:49:43 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-02 11:49:43 -0600
commite2009d0871ac230e4b0c84a23eabef4cd37d81e2 (patch)
treefcb41c3bb0a64500aee93f9dce5a3c2f8224e6d0 /src/mesa/pipe/tgsi/exec/tgsi_exec.h
parent9ac03856f563e0e830f6cdeef321875682f79943 (diff)
no more need for tgsi_exec_machine_run2(), remove dead code
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_exec.h')
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_exec.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_exec.h b/src/mesa/pipe/tgsi/exec/tgsi_exec.h
index 2b493ff682..cf298b7c65 100644
--- a/src/mesa/pipe/tgsi/exec/tgsi_exec.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.h
@@ -174,10 +174,6 @@ void
tgsi_exec_machine_run(
struct tgsi_exec_machine *mach );
-void
-tgsi_exec_machine_run2(
- struct tgsi_exec_machine *mach );
-
#if defined __cplusplus
} // extern "C"
#endif // defined __cplusplus