aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/umount.c b/umount.c
index 522498be7..ab76be4da 100644
--- a/umount.c
+++ b/umount.c
@@ -107,13 +107,6 @@ umount_all(int useMtab)
107extern int 107extern int
108umount_main(int argc, char** argv) 108umount_main(int argc, char** argv)
109{ 109{
110 int i=0;
111 char **foo=argv;
112 while(*foo) {
113 fprintf(stderr, "argv[%d]='%s'\n", i++, *foo);
114 foo++;
115 }
116
117 if (argc < 2) { 110 if (argc < 2) {
118 usage( umount_usage); 111 usage( umount_usage);
119 } 112 }