nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: David Levine
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 6a68057d8ef48bef3ee752741a53a629a2840e68
Date: Wed, 11 Jan 2012 22:52:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  6a68057d8ef48bef3ee752741a53a629a2840e68 (commit)
      from  cfbb7d214978767f9bab016a5c00f44680126063 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/nmh.git/commit/?id=6a68057d8ef48bef3ee752741a53a629a2840e68


commit 6a68057d8ef48bef3ee752741a53a629a2840e68
Author: David Levine <address@hidden>
Date:   Wed Jan 11 16:52:17 2012 -0600

    Removed unused global zones and local z form dtimezone ().

diff --git a/sbr/dtime.c b/sbr/dtime.c
index 5d5375d..7ec7551 100644
--- a/sbr/dtime.c
+++ b/sbr/dtime.c
@@ -53,46 +53,6 @@ struct zone {
     int shift;
 };
 
-static struct zone zones[] = {
-    { "GMT", "BST", 0 },
-    { "EST", "EDT", -5 },
-    { "CST", "CDT", -6 },
-    { "MST", "MDT", -7 },
-    { "PST", "PDT", -8 },
-#if 0
-/* RFC1123 specifies do not use military TZs */
-    { "A", NULL, -1 },
-    { "B", NULL, -2 },
-    { "C", NULL, -3 },
-    { "D", NULL, -4 },
-    { "E", NULL, -5 },
-    { "F", NULL, -6 },
-    { "G", NULL, -7 },
-    { "H", NULL, -8 },
-    { "I", NULL, -9 },
-    { "K", NULL, -10 },
-    { "L", NULL, -11 },
-    { "M", NULL, -12 },
-    { "N", NULL, 1 },
-#ifndef        HUJI
-    { "O", NULL, 2 },
-#else
-    { "JST", "JDT", 2 },
-#endif
-    { "P", NULL, 3 },
-    { "Q", NULL, 4 },
-    { "R", NULL, 5 },
-    { "S", NULL, 6 },
-    { "T", NULL, 7 },
-    { "U", NULL, 8 },
-    { "V", NULL, 9 },
-    { "W", NULL, 10 },
-    { "X", NULL, 11 },
-    { "Y", NULL, 12 },
-#endif
-    { NULL, NULL, 0 }
-};
-
 static int dmsize[] = {
     31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31
 };
@@ -333,7 +293,6 @@ char *
 dtimezone (int offset, int flags)
 {
     int hours, mins;
-    struct zone *z;
     static char buffer[10];
 
     if (offset < 0) {

-----------------------------------------------------------------------

Summary of changes:
 sbr/dtime.c |   41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System



reply via email to

[Prev in Thread] Current Thread [Next in Thread]