aboutsummaryrefslogtreecommitdiff
path: root/Config.h
diff options
context:
space:
mode:
authorMark Whitley <markw@lineo.com>2001-04-25 22:08:56 +0000
committerMark Whitley <markw@lineo.com>2001-04-25 22:08:56 +0000
commit2789906aad2e2fecdae79cb955a277f71b7483a4 (patch)
treec2b5e1fbdf0ef85b9914d39f5987765c95483da0 /Config.h
parent207587a9b4d7323169eadfcd5dd517605a912569 (diff)
downloadbusybox-2789906aad2e2fecdae79cb955a277f71b7483a4.tar.gz
Removed obsoleted BB_FEATURE_RM_INTERACTIVE
Diffstat (limited to 'Config.h')
-rw-r--r--Config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Config.h b/Config.h
index f7859479d..4f0190745 100644
--- a/Config.h
+++ b/Config.h
@@ -231,9 +231,6 @@
// (i.e. in case of an unreachable NFS system).
#define BB_FEATURE_MOUNT_FORCE
//
-// use -i (interactive) flag for rm
-//#define BB_FEATURE_RM_INTERACTIVE
-//
// Enable support for creation of tar files.
#define BB_FEATURE_TAR_CREATE
//