# HG changeset patch
# User Laurent Bessard
# Date 1354575922 -3600
# Node ID 58aadb212976aa8ecd7b3cb304778b2f4f731775
# Parent  8a1ba3db05b218fff28081da28d3f061c991eda8
Removed unused variable

diff -r 8a1ba3db05b2 -r 58aadb212976 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){