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:
Ludovic Courtès 2022-08-05 15:26:17 +02:00
parent 12087b1b19
commit d11a432adf
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 0 additions and 6 deletions

View file

@ -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)