summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rtasm
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-05-19 16:28:53 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2008-05-23 09:16:55 +0100
commit9232f0c023af060b12f77dee5e8b6a533c48e146 (patch)
tree3ce6499e0aef14255c22d2af1a95bafbfe516f2b /src/gallium/auxiliary/rtasm
parent7c99d7fe60e7bb0b7cf103a851aeef4614278ca6 (diff)
rtasm: remove unused struct member
Diffstat (limited to 'src/gallium/auxiliary/rtasm')
-rw-r--r--src/gallium/auxiliary/rtasm/rtasm_x86sse.h1
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 {