X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=imap%2Futil.c;h=f4b60a7ac1ad853833fde371d5ae60f9f877719b;hb=cfe08f2ca21af629f74268f1f1425a5fec0494cd;hp=16aa75f04dd38978de783ce62f7364d719ef7b38;hpb=e0571c496935f226abe4a22921b5b4e10d1481e8;p=apps%2Fmadmutt.git diff --git a/imap/util.c b/imap/util.c index 16aa75f..f4b60a7 100644 --- a/imap/util.c +++ b/imap/util.c @@ -258,7 +258,6 @@ time_t imap_parse_date (char *s) { struct tm tm; const char *loc; - time_t tz; p_clear(&tm, 1); loc = setlocale(LC_TIME, "C");