Re: [Mesa-dev] [PATCH 2/2] r600g: remove unused base_vector_chan variable

2014-07-09 Thread Michel Dänzer
On 10.07.2014 10:26, Ilia Mirkin wrote: > Signed-off-by: Ilia Mirkin > --- > > Happened to notice the warning when compiling r600. Perhaps the use got > removed in some LLVM version cleanup? I didn't think it was important to go > digging though. > > src/gallium/drivers/r600/r600_llvm.c | 1 - >

[Mesa-dev] [PATCH 2/2] r600g: remove unused base_vector_chan variable

2014-07-09 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Happened to notice the warning when compiling r600. Perhaps the use got removed in some LLVM version cleanup? I didn't think it was important to go digging though. src/gallium/drivers/r600/r600_llvm.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/