diff options
author | Rob Clark <[email protected]> | 2016-03-24 15:44:35 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-03-24 16:04:54 -0400 |
commit | 61c7d20e4f3c2902582acfcd7212f3357034f33b (patch) | |
tree | 2c356de1c8aababcad271bfd374e195751b8783f /src/gallium/auxiliary/nir | |
parent | b9c70fcdadec9a73db13794e89253ababc063574 (diff) |
ttn: remove stray global from header
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/nir')
-rw-r--r-- | src/gallium/auxiliary/nir/tgsi_to_nir.h | 2 |
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 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); |