glsl: remove unrequired forward declaration
authorTimothy Arceri <timothy.arceri@collabora.com>
Fri, 29 Jan 2016 23:50:12 +0000 (10:50 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Tue, 9 Feb 2016 11:48:55 +0000 (22:48 +1100)
This was added in 2548092ad80156a4 although I don't see why as it
was already in the linker.h header.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/compiler/glsl/linker.cpp

index a245a11046a91e8168d136f43fae50eeb939a5dc..9dbb92698c1f389d9b082baecae74e8d77e84437 100644 (file)
@@ -82,8 +82,6 @@
 #include "main/enums.h"
 
 
-void linker_error(gl_shader_program *, const char *, ...);
-
 namespace {
 
 /**