From: Timothy Arceri Date: Fri, 29 Jan 2016 23:50:12 +0000 (+1100) Subject: glsl: remove unrequired forward declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6235b6913449243cec5213734881d1c5e1ccc861;p=mesa.git 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 --- diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp index a245a11046a..9dbb92698c1 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 { /**