rtasm: remove unused struct member

This commit is contained in:
Keith Whitwell 2008-05-19 16:28:53 +01:00
parent 7c99d7fe60
commit 9232f0c023

View 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 {