X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/c762fa39172dee2133e0a5d6324464a4fa3cff50..8cb6f4ede8a5e0ccd86f22654d72f2f6426305b8:/sbr/dtime.c diff --git a/sbr/dtime.c b/sbr/dtime.c index 89f5dde8..6039b5f1 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -41,12 +41,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 };