From ba8cf68a370c6f88a318ada1373e896bb2081ce7 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:41:22 +0900 Subject: delete an unused variable --- device-functions.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/device-functions.c b/device-functions.c index 2158a1c..df5cf40 100644 --- a/device-functions.c +++ b/device-functions.c @@ -3213,7 +3213,7 @@ int Set_VI_Add_Cal(int parameter,int channel,float cal_point) int temp_x_short1[std_range_size+1]; int temp_x_short2[std_range_size+1]; - int index,actual_pol; + int index; float *pointer_y_float1; short *pointer_x_short1; short *pointer_x_short2; @@ -3236,8 +3236,6 @@ int Set_VI_Add_Cal(int parameter,int channel,float cal_point) polarity = pwl_struct[parameter][channel].use_neg_data; entry = pwl_struct[parameter][channel].entry; word_out = pwl_struct[parameter][channel].word_out; - actual_pol = pwl_struct[parameter][channel].actual_pol; - switch (parameter) { case (pwl_ampl_values): -- cgit