diff options
author | Timothy Arceri <timothy.arceri@collabora.com> | 2016-01-30 10:50:12 +1100 |
---|---|---|
committer | Timothy Arceri <timothy.arceri@collabora.com> | 2016-02-09 22:48:55 +1100 |
commit | 6235b6913449243cec5213734881d1c5e1ccc861 (patch) | |
tree | a32a5d4f4d700cc8fd26f39a595f7c03bec55ce8 | |
parent | 9dd6a4ea793dd050cebbacbd5f429d4e8e57ee26 (diff) |
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 <kenneth@whitecape.org>
-rw-r--r-- | src/compiler/glsl/linker.cpp | 2 |
1 files changed, 0 insertions, 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 { /** |