diff options
author | Keith Whitwell <[email protected]> | 2009-10-09 12:26:49 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-09 12:26:49 +0100 |
commit | c1013f5d404880046f304de706d4216b08bd3011 (patch) | |
tree | 0c122bd476634ffeb111f98f44b2f100e3c96ee5 /src/gallium/drivers/llvmpipe/lp_jit.h | |
parent | e215f94f15fd20919cc0ed500dc2efde4f076516 (diff) |
llvmpipe: remove dead code
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_jit.h')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_jit.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_jit.h b/src/gallium/drivers/llvmpipe/lp_jit.h index 207dfbfde10..7eccb5da859 100644 --- a/src/gallium/drivers/llvmpipe/lp_jit.h +++ b/src/gallium/drivers/llvmpipe/lp_jit.h @@ -118,10 +118,6 @@ typedef void void *color, void *depth); -void PIPE_CDECL -lp_fetch_texel_soa( struct tgsi_sampler **samplers, - uint32_t unit, - float *store ); void |