summaryrefslogtreecommitdiff
path: root/release/sysinstall/cdrom.c
diff options
context:
space:
mode:
Diffstat (limited to 'release/sysinstall/cdrom.c')
-rw-r--r--release/sysinstall/cdrom.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/release/sysinstall/cdrom.c b/release/sysinstall/cdrom.c
index d9a19156afd3..aa17fdc87d19 100644
--- a/release/sysinstall/cdrom.c
+++ b/release/sysinstall/cdrom.c
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: cdrom.c,v 1.20 1996/07/13 05:48:44 jkh Exp $
+ * $Id: cdrom.c,v 1.7.2.25 1996/07/13 05:52:02 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -51,10 +51,6 @@
#include <sys/mount.h>
#undef CD9660
-#define CD_UNMOUNTED 0
-#define CD_ALREADY_MOUNTED 1
-#define CD_WE_MOUNTED_IT 2
-
/*
* This isn't static, like the others, since it's often useful to know whether
* or not we have a CDROM available in some of the other installation screens.