mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-17 09:10:22 +02:00
Remove unused top-level variables.
* module/ice-9/runq.scm (fork-strips): Remove. * module/language/assembly.scm (*block-alignment*): Remove. * module/language/assembly/disassemble.scm (disassemble-objects, simplify): Remove. * module/srfi/srfi-18.scm (mutex-owners): Remove. * module/srfi/srfi-19.scm (leap-year?): Remove. * module/system/base/compile.scm (dsu-sort): Remove. * module/texinfo.scm (ascii->char): Remove. * module/texinfo/html.scm (ignored?): Remove. * module/texinfo/indexing.scm (def-name): Remove. * module/texinfo/plain-text.scm (ignore): Remove.
This commit is contained in:
parent
e6251e7bd9
commit
6734191c68
10 changed files with 8 additions and 46 deletions
|
@ -738,9 +738,6 @@
|
|||
(or (= (modulo year 400) 0)
|
||||
(and (= (modulo year 4) 0) (not (= (modulo year 100) 0)))))
|
||||
|
||||
(define (leap-year? date)
|
||||
(priv:leap-year? (date-year date)))
|
||||
|
||||
;; Map 1-based month number M to number of days in the year before the
|
||||
;; start of month M (in a non-leap year).
|
||||
(define priv:month-assoc '((1 . 0) (2 . 31) (3 . 59) (4 . 90)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue