rtasm: remove unused struct member
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 19 May 2008 15:28:53 +0000 (16:28 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Fri, 23 May 2008 08:16:55 +0000 (09:16 +0100)
src/gallium/auxiliary/rtasm/rtasm_x86sse.h

index eacaeeaf6fe5c4b7981be15a5782ab569332d9a3..baa10b7d4ac95b3edaf4dd59462dbd9746b2832f 100644 (file)
@@ -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 {