guix system: Remove unused 'read-operating-system' procedure.
* guix/scripts/system.scm (read-operating-system): Remove. * gnu/ci.scm: Remove unused (guix scripts system) import.
This commit is contained in:
parent
12087b1b19
commit
d11a432adf
2 changed files with 0 additions and 6 deletions
|
@ -39,7 +39,6 @@
|
|||
#:use-module ((guix licenses)
|
||||
#:select (gpl3+ license? license-name))
|
||||
#:use-module ((guix utils) #:select (%current-system))
|
||||
#:use-module ((guix scripts system) #:select (read-operating-system))
|
||||
#:use-module ((guix scripts pack)
|
||||
#:select (lookup-compressor self-contained-tarball))
|
||||
#:use-module (gnu bootloader)
|
||||
|
|
|
@ -91,7 +91,6 @@
|
|||
#:use-module (ice-9 match)
|
||||
#:use-module (rnrs bytevectors)
|
||||
#:export (guix-system
|
||||
read-operating-system
|
||||
|
||||
service-node-type
|
||||
shepherd-service-node-type))
|
||||
|
@ -107,10 +106,6 @@
|
|||
(gnu services)
|
||||
(gnu system shadow))))
|
||||
|
||||
(define (read-operating-system file)
|
||||
"Read the operating-system declaration from FILE and return it."
|
||||
(load* file %user-module))
|
||||
|
||||
|
||||
;;;
|
||||
;;; Installation.
|
||||
|
|
Reference in a new issue