From 456ac7d47ef637c200d7e8b01f134b6d5375c26e Mon Sep 17 00:00:00 2001 From: John van Groningen Date: Tue, 22 Nov 2011 10:41:31 +0000 Subject: remove an unused variable --- cgawas.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/cgawas.c b/cgawas.c index 89ac5ed..774decc 100644 --- a/cgawas.c +++ b/cgawas.c @@ -3271,8 +3271,6 @@ static void w_as_fmoves_instruction (struct instruction *instruction) internal_error_in_function ("w_as_fmoves_instruction"); } -static int int_to_real_scratch_imported=0; - static void w_as_fmovel_instruction (struct instruction *instruction) { if (instruction->instruction_parameters[0].parameter_type==P_F_REGISTER){ @@ -3834,7 +3832,6 @@ void initialize_write_assembly (FILE *ass_file) in_data_section=0; first_call_and_jump=NULL; - int_to_real_scratch_imported=0; #ifdef MACH_O64 if (!intel_asm) -- cgit v1.2.3