From: Keith Whitwell Date: Mon, 19 May 2008 15:28:53 +0000 (+0100) Subject: rtasm: remove unused struct member X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9232f0c023af060b12f77dee5e8b6a533c48e146;p=mesa.git rtasm: remove unused struct member --- diff --git a/src/gallium/auxiliary/rtasm/rtasm_x86sse.h b/src/gallium/auxiliary/rtasm/rtasm_x86sse.h index eacaeeaf6fe..baa10b7d4ac 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 {