diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 11:12:44 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-12-13 15:37:19 +0000 |
commit | 0c2e87d565ced28594156e71ecd387227746e2e3 (patch) | |
tree | ac38353f55d288f13dbd700dc13b4026f3cd86c6 /src/mesa/pipe/i965simple/Makefile | |
parent | 19025605e9a01c6970651b01b76150a00d956f92 (diff) |
965: remove dead code
Diffstat (limited to 'src/mesa/pipe/i965simple/Makefile')
-rw-r--r-- | src/mesa/pipe/i965simple/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/i965simple/Makefile b/src/mesa/pipe/i965simple/Makefile index eda5afaea5..b0085df65f 100644 --- a/src/mesa/pipe/i965simple/Makefile +++ b/src/mesa/pipe/i965simple/Makefile @@ -40,7 +40,6 @@ DRIVER_SOURCES = \ brw_urb.c \ brw_util.c \ brw_vs.c \ - brw_vs_constval.c \ brw_vs_emit.c \ brw_vs_state.c \ brw_vtbl.c \ |