Re: [Mesa-dev] [PATCH] glsl: remove unrequired forward declaration

2016-02-09 Thread Kenneth Graunke
On Saturday, January 30, 2016 10:50:12 AM PST Timothy Arceri wrote: > This was added in 2548092ad80156a4 although I don't see why as it > was already in the linker.h header. > --- > src/compiler/glsl/linker.cpp | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/compiler/glsl/linker.cpp

[Mesa-dev] [PATCH] glsl: remove unrequired forward declaration

2016-01-29 Thread Timothy Arceri
This was added in 2548092ad80156a4 although I don't see why as it was already in the linker.h header. --- src/compiler/glsl/linker.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp index 7f41a4e..73a4b6a 100644 --- a/src/compiler/g