~ruther/guix-local

ff838e2ce64dccd79ad275d4fc314f7f0feb9947 — Ludovic Courtès 11 years ago 6621cdb
profiles: Remove dead code.

* guix/profiles.scm (write-manifest): Remove.
  (read-manifest): Keep private.
1 files changed, 0 insertions(+), 7 deletions(-)

M guix/profiles.scm
M guix/profiles.scm => guix/profiles.scm +0 -7
@@ 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