Module: Mesa
Branch: master
Commit: 6235b6913449243cec5213734881d1c5e1ccc861
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6235b6913449243cec5213734881d1c5e1ccc861

Author: Timothy Arceri <[email protected]>
Date:   Sat Jan 30 10:50:12 2016 +1100

glsl: remove unrequired forward declaration

This was added in 2548092ad80156a4 although I don't see why as it
was already in the linker.h header.

Reviewed-by: Kenneth Graunke <[email protected]>

---

 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 a245a11..9dbb926 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 {
 
 /**

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to