]> git.marmaro.de Git - mmh/blobdiff - sbr/dtime.c
Remove unused code
[mmh] / sbr / dtime.c
index 2f8e5dc2dd99b32e132cb100b874acb8dedc6755..1d3bc060f33907d4a885fd80c1bbfb2baa808a4b 100644 (file)
@@ -6,10 +6,9 @@
 ** complete copyright information.
 */
 
+#include <time.h>
 #include <h/mh.h>   /* for snprintf() */
-#include <h/nmh.h>
 #include <h/tws.h>
-#include <time.h>
 
 #if !defined(HAVE_STRUCT_TM_TM_GMTOFF)
 extern long timezone;
@@ -40,12 +39,6 @@ char *tw_ldotw[] = {
        "Saturday",  NULL
 };
 
-struct zone {
-       char *std;
-       char *dst;
-       int shift;
-};
-
 static int dmsize[] = {
        31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
 };