ttn: remove stray global from header
[mesa.git] / 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);