From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cufxI-0002Ul-7F for guix-patches@gnu.org; Sun, 02 Apr 2017 09:54:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cufxH-0000WS-ED for guix-patches@gnu.org; Sun, 02 Apr 2017 09:54:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58376) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cufxH-0000WJ-BS for guix-patches@gnu.org; Sun, 02 Apr 2017 09:54:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cufxH-0000cU-51 for guix-patches@gnu.org; Sun, 02 Apr 2017 09:54:07 -0400 Subject: bug#26339: [PATCH 13/18] scripts: system: Remove unused variables. Resent-Message-ID: From: Mathieu Othacehe Date: Sun, 2 Apr 2017 15:52:37 +0200 Message-Id: <20170402135242.2958-13-m.othacehe@gmail.com> In-Reply-To: <20170402135242.2958-1-m.othacehe@gmail.com> References: <20170402135242.2958-1-m.othacehe@gmail.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26339@debbugs.gnu.org * guix/scripts/system.scm (profile-bootloader-entries): Remove root and root-device unused variables. --- guix/scripts/system.scm | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm index 2ad210207..d3118266e 100644 --- a/guix/scripts/system.scm +++ b/guix/scripts/system.scm @@ -371,11 +371,7 @@ NUMBERS, which is a list of generation numbers." (unless-file-not-found (let* ((file (string-append system "/parameters")) (params (call-with-input-file file - read-boot-parameters)) - (root (boot-parameters-root-device params)) - (root-device (if (bytevector? root) - (uuid->string root) - root))) + read-boot-parameters))) (boot-parameters (inherit params) (label (string-append (boot-parameters-label params) " (#" -- 2.12.2