guix-commits
[Top][All Lists]
Advanced

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

01/04: compile: Remove incorrect exports.


From: guix-commits
Subject: 01/04: compile: Remove incorrect exports.
Date: Thu, 23 Jan 2020 17:37:00 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 4d52e0f66791250deae4890ac12a4789b1290a88
Author: Ludovic Courtès <address@hidden>
AuthorDate: Thu Jan 23 15:34:41 2020 +0100

    compile: Remove incorrect exports.
    
    This is a followup to fed36328129def5f10b1d1f3e4ea8886916fd22a.
    
    * guix/build/compile.scm: Remove exports of '%lightweight-optimizations'
    and '%default-optimizations'.
    * guix/self.scm: Remove unused (guix build compile) module.
---
 guix/build/compile.scm | 6 ++----
 guix/self.scm          | 3 +--
 2 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/guix/build/compile.scm b/guix/build/compile.scm
index 3781e14..4b64727 100644
--- a/guix/build/compile.scm
+++ b/guix/build/compile.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2013, 2014, 2016, 2017, 2018, 2019 Ludovic Courtès 
<address@hidden>
+;;; Copyright © 2013, 2014, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès 
<address@hidden>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -29,9 +29,7 @@
   #:use-module (guix build utils)
   #:use-module (language tree-il optimize)
   #:use-module (language cps optimize)
-  #:export (%default-optimizations
-            %lightweight-optimizations
-            compile-files))
+  #:export (compile-files))
 
 ;;; Commentary:
 ;;;
diff --git a/guix/self.scm b/guix/self.scm
index 207e80d..f901514 100644
--- a/guix/self.scm
+++ b/guix/self.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2017, 2018, 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -28,7 +28,6 @@
   #:use-module (guix sets)
   #:use-module (guix modules)
   #:use-module ((guix build utils) #:select (find-files))
-  #:use-module ((guix build compile) #:select (%lightweight-optimizations))
   #:use-module (srfi srfi-1)
   #:use-module (srfi srfi-9)
   #:use-module (srfi srfi-35)



reply via email to

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