diff options
-rw-r--r-- | guix/profiles.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/guix/profiles.scm b/guix/profiles.scm index c1fa8272ba..8dd04b81c0 100644 --- a/guix/profiles.scm +++ b/guix/profiles.scm @@ -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 |