guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: guix lint: Remove duplicated module lines.


From: Alex Kost
Subject: 01/01: guix lint: Remove duplicated module lines.
Date: Mon, 13 Jul 2015 07:30:51 +0000

alezost pushed a commit to branch master
in repository guix.

commit 663d0733c8059173190e7cedd62124fa4d9bdf8f
Author: Alex Kost <address@hidden>
Date:   Mon Jul 13 10:14:32 2015 +0300

    guix lint: Remove duplicated module lines.
    
    * guix/scripts/lint.scm (guix): Remove duplicated lines for using
      'srfi-34' and 'srfi-35' modules.  These lines were introduced twice by
      commits b210b35 and 002c57c.
---
 guix/scripts/lint.scm |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/guix/scripts/lint.scm b/guix/scripts/lint.scm
index 3740b71..6dc5b68 100644
--- a/guix/scripts/lint.scm
+++ b/guix/scripts/lint.scm
@@ -34,8 +34,6 @@
   #:use-module (ice-9 regex)
   #:use-module (ice-9 format)
   #:use-module (web uri)
-  #:use-module (srfi srfi-34)
-  #:use-module (srfi srfi-35)
   #:use-module ((guix build download)
                 #:select (maybe-expand-mirrors
                           open-connection-for-uri))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]