[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/80: installer: Remove obsolete procedures/variables
From: |
John Darrington |
Subject: |
03/80: installer: Remove obsolete procedures/variables |
Date: |
Tue, 3 Jan 2017 15:49:41 +0000 (UTC) |
jmd pushed a commit to branch wip-installer
in repository guix.
commit 3f103a4b0515342ae867aa5f9cbe42806739b5af
Author: John Darrington <address@hidden>
Date: Fri Dec 16 11:51:50 2016 +0100
installer: Remove obsolete procedures/variables
* gnu/system/installer/utils.scm (debug-port, debug): Remove.
---
gnu/system/installer/utils.scm | 8 --------
1 file changed, 8 deletions(-)
diff --git a/gnu/system/installer/utils.scm b/gnu/system/installer/utils.scm
index 6df2535..bcecb07 100644
--- a/gnu/system/installer/utils.scm
+++ b/gnu/system/installer/utils.scm
@@ -23,8 +23,6 @@
slurp
quit-key?
- debug
-
push-cursor
pop-cursor
@@ -53,12 +51,6 @@
(define (N_ str) str)
-(define debug-port (open "/tmp/xx" (logior O_APPEND O_CREAT O_WRONLY)))
-
-(define (debug str)
- (display str debug-port)
- (force-output debug-port))
-
(define (make-window-port win)
"Return a port which writes to the curses window WIN"
- branch wip-installer created (now 9c4d060), John Darrington, 2017/01/03
- 04/80: installer: Fix broken timezone menu., John Darrington, 2017/01/03
- 05/80: installer: fix warning in usage of "format"., John Darrington, 2017/01/03
- 03/80: installer: Remove obsolete procedures/variables,
John Darrington <=
- 02/80: installer: Fix broken keymap change option., John Darrington, 2017/01/03
- 07/80: installer: Use ice-9 match., John Darrington, 2017/01/03
- 06/80: installer: use ice-9 format everywhere., John Darrington, 2017/01/03
- 08/80: installer: Add IETF contraints for hostname in entry form., John Darrington, 2017/01/03
- 12/80: installer: Add gurses modules., John Darrington, 2017/01/03
- 21/80: gnu: guix: Add dependency: guile-ncurses., John Darrington, 2017/01/03
- 17/80: installer: Add new procedure to get the list of volumes., John Darrington, 2017/01/03
- 19/80: installer: Handle the 'back' action in the filesystems task., John Darrington, 2017/01/03
- 23/80: installer: Fix incorrect host in ping task., John Darrington, 2017/01/03
- 25/80: installer: Use a cleaner way of generating the lspci information., John Darrington, 2017/01/03