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

Timothy Arceri timothy.arceri at collabora.com
Fri Jan 29 15:50:12 PST 2016


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/glsl/linker.cpp
+++ b/src/compiler/glsl/linker.cpp
@@ -82,8 +82,6 @@
 #include "main/enums.h"
 
 
-void linker_error(gl_shader_program *, const char *, ...);
-
 namespace {
 
 /**
-- 
2.5.0



More information about the mesa-dev mailing list