ttn: remove stray global from header
authorRob Clark <robclark@freedesktop.org>
Thu, 24 Mar 2016 19:44:35 +0000 (15:44 -0400)
committerRob Clark <robclark@freedesktop.org>
Thu, 24 Mar 2016 20:04:54 +0000 (16:04 -0400)
Signed-off-by: Rob Clark <robclark@freedesktop.org>
src/gallium/auxiliary/nir/tgsi_to_nir.h

index 0651870ea8095f2d1563e0cfb36c1cfb4a2b0934..f480009afa41546eb4f021676b3bf36a4c336505 100644 (file)
@@ -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);