Removed unused variable
authorLaurent Bessard
Tue, 04 Dec 2012 00:05:22 +0100
changeset 712 58aadb212976
parent 711 8a1ba3db05b2
child 713 e3ca0f4d47b3
Removed unused variable
lib/iec_std_lib.h
--- a/lib/iec_std_lib.h	Mon Dec 03 23:36:03 2012 +0100
+++ b/lib/iec_std_lib.h	Tue Dec 04 00:05:22 2012 +0100
@@ -610,7 +610,6 @@
 static inline STRING __dt_to_string(DT IN){
     STRING res;
     tm broken_down_time;
-    time_t seconds;
     /* DT#1984-06-25-15:36:55.36 */
     broken_down_time = convert_seconds_to_date_and_time(IN.tv_sec);
     if(IN.tv_nsec == 0){