diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-09-09 16:50:34 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-09-09 23:54:43 +0200 |
commit | b5fed903c44b27c61935a51ee1b4b866500f53c2 (patch) | |
tree | e01e31de42e840c360fc78d352c6e2cd7a1737a0 /guix | |
parent | c2783e2b94ae3f6f35ae7cfaa52904c98d6453a3 (diff) | |
download | gnu-guix-b5fed903c44b27c61935a51ee1b4b866500f53c2.tar gnu-guix-b5fed903c44b27c61935a51ee1b4b866500f53c2.tar.gz |
gexp: Remove outdated comment.
* guix/gexp.scm (lower-references): Remove outdated "XXX" comment.
Diffstat (limited to 'guix')
-rw-r--r-- | guix/gexp.scm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/guix/gexp.scm b/guix/gexp.scm index 302879fb42..b33a3f89db 100644 --- a/guix/gexp.scm +++ b/guix/gexp.scm @@ -429,8 +429,6 @@ corresponding derivation." "Based on LST, a list of output names and packages, return a list of output names and file names suitable for the #:allowed-references argument to 'derivation'." - ;; XXX: Currently outputs other than "out" are not supported, and things - ;; other than packages aren't either. (with-monad %store-monad (define lower (match-lambda |