guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] 03/04: texinfo: Remove unnecessary (oop goops) dependenc


From: Andy Wingo
Subject: [Guile-commits] 03/04: texinfo: Remove unnecessary (oop goops) dependency.
Date: Wed, 1 Mar 2017 13:49:08 -0500 (EST)

wingo pushed a commit to branch master
in repository guile.

commit 7a32add5dc1c5dfab8b2bd8700207d8ac776b654
Author: Ludovic Courtès <address@hidden>
Date:   Thu Aug 4 19:14:30 2016 +0200

    texinfo: Remove unnecessary (oop goops) dependency.
    
    * module/texinfo/string-utils.scm: Remove #:use-module (oop goops).
---
 module/texinfo/string-utils.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/module/texinfo/string-utils.scm b/module/texinfo/string-utils.scm
index 22f969c..42074d3 100644
--- a/module/texinfo/string-utils.scm
+++ b/module/texinfo/string-utils.scm
@@ -26,7 +26,6 @@
 (define-module (texinfo string-utils)
   #:use-module (srfi srfi-13)
   #:use-module (srfi srfi-14)
-  #:use-module (oop goops)
   #:export (escape-special-chars
             transform-string
             expand-tabs



reply via email to

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