diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-05-19 16:28:53 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-05-23 09:16:55 +0100 |
commit | 9232f0c023af060b12f77dee5e8b6a533c48e146 (patch) | |
tree | 3ce6499e0aef14255c22d2af1a95bafbfe516f2b /src/gallium/auxiliary | |
parent | 7c99d7fe60e7bb0b7cf103a851aeef4614278ca6 (diff) |
rtasm: remove unused struct member
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/rtasm/rtasm_x86sse.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h index eacaeeaf6f..baa10b7d4a 100644 --- a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h +++ b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h @@ -44,7 +44,6 @@ struct x86_function { unsigned stack_offset; int need_emms; unsigned char error_overflow[4]; - const char *fn; }; enum x86_reg_file { |