From: Rob Clark Date: Thu, 24 Mar 2016 19:44:35 +0000 (-0400) Subject: ttn: remove stray global from header X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=61c7d20e4f3c2902582acfcd7212f3357034f33b;p=mesa.git ttn: remove stray global from header Signed-off-by: Rob Clark --- diff --git a/src/gallium/auxiliary/nir/tgsi_to_nir.h b/src/gallium/auxiliary/nir/tgsi_to_nir.h index 0651870ea80..f480009afa4 100644 --- a/src/gallium/auxiliary/nir/tgsi_to_nir.h +++ b/src/gallium/auxiliary/nir/tgsi_to_nir.h @@ -23,8 +23,6 @@ #include "compiler/nir/nir.h" -struct nir_shader_compiler_options *options; - struct nir_shader * tgsi_to_nir(const void *tgsi_tokens, const struct nir_shader_compiler_options *options);