From 6235b6913449243cec5213734881d1c5e1ccc861 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Sat, 30 Jan 2016 10:50:12 +1100 Subject: [PATCH] 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 --- 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 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 { /** -- 2.30.2