aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coreutils/rm.c4
-rw-r--r--rm.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/coreutils/rm.c b/coreutils/rm.c
index 013f3ee5d..a5b2ef420 100644
--- a/coreutils/rm.c
+++ b/coreutils/rm.c
@@ -85,7 +85,6 @@ extern int rm_main(int argc, char **argv)
85{ 85{
86 int opt; 86 int opt;
87 int status = EXIT_SUCCESS; 87 int status = EXIT_SUCCESS;
88 int stopIt=FALSE;
89 struct stat statbuf; 88 struct stat statbuf;
90 89
91 90
@@ -108,9 +107,6 @@ extern int rm_main(int argc, char **argv)
108 interactiveFlag = TRUE; 107 interactiveFlag = TRUE;
109#endif 108#endif
110 break; 109 break;
111 case '-':
112 stopIt = TRUE;
113 break;
114 default: 110 default:
115 show_usage(); 111 show_usage();
116 } 112 }
diff --git a/rm.c b/rm.c
index 013f3ee5d..a5b2ef420 100644
--- a/rm.c
+++ b/rm.c
@@ -85,7 +85,6 @@ extern int rm_main(int argc, char **argv)
85{ 85{
86 int opt; 86 int opt;
87 int status = EXIT_SUCCESS; 87 int status = EXIT_SUCCESS;
88 int stopIt=FALSE;
89 struct stat statbuf; 88 struct stat statbuf;
90 89
91 90
@@ -108,9 +107,6 @@ extern int rm_main(int argc, char **argv)
108 interactiveFlag = TRUE; 107 interactiveFlag = TRUE;
109#endif 108#endif
110 break; 109 break;
111 case '-':
112 stopIt = TRUE;
113 break;
114 default: 110 default:
115 show_usage(); 111 show_usage();
116 } 112 }