Mesa (master): gallivm: remove some old stuff

Brian Paul brianp at kemper.freedesktop.org
Fri Apr 16 15:06:35 UTC 2010


Module: Mesa
Branch: master
Commit: fe6237719d9e14b1cbdc8e19ef4081d9ceff5ead
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=fe6237719d9e14b1cbdc8e19ef4081d9ceff5ead

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Apr 15 15:05:04 2010 -0600

gallivm: remove some old stuff

---

 src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c b/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
index 395eaab..5aaed62 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_sample_soa.c
@@ -2008,11 +2008,6 @@ lp_build_sample_soa(LLVMBuilderRef builder,
    LLVMValueRef t;
    LLVMValueRef r;
 
-   (void) lp_build_lod_selector;   /* temporary to silence warning */
-   (void) lp_build_nearest_mip_level;
-   (void) lp_build_linear_mip_levels;
-   (void) lp_build_minify;
-
    /* Setup our build context */
    memset(&bld, 0, sizeof bld);
    bld.builder = builder;




More information about the mesa-commit mailing list