me
/
guix
Archived
1
0
Fork 0

profiles: Remove dead code.

* guix/profiles.scm (write-manifest): Remove.
  (read-manifest): Keep private.
master
Ludovic Courtès 2014-07-25 23:19:23 +02:00
parent 6621cdb65c
commit ff838e2ce6
1 changed files with 0 additions and 7 deletions

View File

@ -45,9 +45,6 @@
manifest-pattern
manifest-pattern?
read-manifest
write-manifest
manifest-remove
manifest-installed?
manifest-matching-entries
@ -157,10 +154,6 @@
"Return the packages listed in MANIFEST."
(sexp->manifest (read port)))
(define (write-manifest manifest port)
"Write MANIFEST to PORT."
(write (manifest->sexp manifest) port))
(define (entry-predicate pattern)
"Return a procedure that returns #t when passed a manifest entry that
matches NAME/OUTPUT/VERSION. OUTPUT and VERSION may be #f, in which case they