summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/nir
diff options
context:
space:
mode:
authorRob Clark <robclark@freedesktop.org>2016-03-24 15:44:35 -0400
committerRob Clark <robclark@freedesktop.org>2016-03-24 16:04:54 -0400
commit61c7d20e4f3c2902582acfcd7212f3357034f33b (patch)
tree2c356de1c8aababcad271bfd374e195751b8783f /src/gallium/auxiliary/nir
parentb9c70fcdadec9a73db13794e89253ababc063574 (diff)
downloadexternal_mesa3d-61c7d20e4f3c2902582acfcd7212f3357034f33b.zip
external_mesa3d-61c7d20e4f3c2902582acfcd7212f3357034f33b.tar.gz
external_mesa3d-61c7d20e4f3c2902582acfcd7212f3357034f33b.tar.bz2
ttn: remove stray global from header
Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'src/gallium/auxiliary/nir')
-rw-r--r--src/gallium/auxiliary/nir/tgsi_to_nir.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/nir/tgsi_to_nir.h b/src/gallium/auxiliary/nir/tgsi_to_nir.h
index 0651870..f480009 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);