mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
build-system/cargo: Remove unused function.
* guix/build/cargo-build-system.scm (touch): Remove it.
This commit is contained in:
parent
43ffa11fdc
commit
3af85f832d
1 changed files with 0 additions and 3 deletions
|
@ -168,9 +168,6 @@ (define* (check #:key
|
|||
(apply invoke `("cargo" "test" ,@cargo-test-flags))
|
||||
#t))
|
||||
|
||||
(define (touch file-name)
|
||||
(call-with-output-file file-name (const #t)))
|
||||
|
||||
(define* (install #:key inputs outputs skip-build? #:allow-other-keys)
|
||||
"Install a given Cargo package."
|
||||
(let* ((out (assoc-ref outputs "out")))
|
||||
|
|
Loading…
Reference in a new issue