[gnus git] branch master updated: n0-15-73-ge76d2a1 =1= time-date.el (time-to-days): Remove unused local variables.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via e76d2a12c816ef66b2eed6f9548b55197e163a56 (commit)
from 76291d81a179dad7f89478eb52e94c36531db83f (commit)
- Log -----------------------------------------------------------------
commit e76d2a12c816ef66b2eed6f9548b55197e163a56
Author: Glenn Morris <[email protected]>
Date: Tue Apr 19 07:05:57 2011 +0000
time-date.el (time-to-days): Remove unused local variables.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3cbeac0..f02ef8d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-19 Glenn Morris <[email protected]>
+
+ * time-date.el (time-to-days): Remove unused local variables.
+
2011-04-18 Katsumi Yamaoka <[email protected]>
* gnus-registry.el: Eliminate cl functions.
diff --git a/lisp/time-date.el b/lisp/time-date.el
index 6220360..70d096c 100644
--- a/lisp/time-date.el
+++ b/lisp/time-date.el
@@ -243,8 +243,6 @@ DATE1 and DATE2 should be date-time strings."
TIME should be a time value.
The Gregorian date Sunday, December 31, 1bce is imaginary."
(let* ((tim (decode-time time))
- (month (nth 4 tim))
- (day (nth 3 tim))
(year (nth 5 tim)))
(+ (time-to-day-in-year time) ; Days this year
(* 365 (1- year)) ; + Days in prior years
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/time-date.el | 2 --
2 files changed, 4 insertions(+), 2 deletions(-)
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 "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project