Re: [Mesa-dev] [PATCH 2/6] glsl: remove unused buffer block splitting function

2016-04-04 Thread Timothy Arceri
On Sun, 2016-04-03 at 23:31 -0700, Kenneth Graunke wrote: > On Sunday, April 3, 2016 9:16:29 PM PDT Timothy Arceri wrote: > > > > --- > >  src/compiler/glsl/linker.cpp | 70  > > > > >  1 file changed, 70 deletions(-) > Hrm? > >    glsl: remove unused

Re: [Mesa-dev] [PATCH 2/6] glsl: remove unused buffer block splitting function

2016-04-03 Thread Kenneth Graunke
On Sunday, April 3, 2016 9:16:29 PM PDT Timothy Arceri wrote: > --- > src/compiler/glsl/linker.cpp | 70 > 1 file changed, 70 deletions(-) Hrm? glsl: remove unused buffer block splitting function But it /is/ used...you just delete the use here.

[Mesa-dev] [PATCH 2/6] glsl: remove unused buffer block splitting function

2016-04-03 Thread Timothy Arceri
--- src/compiler/glsl/linker.cpp | 70 1 file changed, 70 deletions(-) diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp index 75a2afa..2f152d6 100644 --- a/src/compiler/glsl/linker.cpp +++ b/src/compiler/glsl/linker.cpp @@ -4122