diff options
author | "Robert P. J. Day" | 2006-07-01 15:09:17 +0000 |
---|---|---|
committer | "Robert P. J. Day" | 2006-07-01 15:09:17 +0000 |
commit | 7ccb65f3a4f5c84d010978d450df57d3c1b13297 (patch) | |
tree | 1a8ad50d798ce0a176c20b817d53ffaead21b14c /e2fsprogs/fsck.c | |
parent | d35ef0f66643f2bc43bd7070df0356e0b064b755 (diff) | |
download | busybox-7ccb65f3a4f5c84d010978d450df57d3c1b13297.zip busybox-7ccb65f3a4f5c84d010978d450df57d3c1b13297.tar.gz |
Yet more "#if 0" content removed.
Diffstat (limited to 'e2fsprogs/fsck.c')
-rw-r--r-- | e2fsprogs/fsck.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index adf34c4..54e8597 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c @@ -135,12 +135,6 @@ static char *base_device(const char *device) goto errout; cp += 5; -#if 0 /* this is for old stuff no one uses anymore ? */ - /* Skip over /dev/dsk/... */ - if (strncmp(cp, "dsk/", 4) == 0) - cp += 4; -#endif - /* * For md devices, we treat them all as if they were all * on one disk, since we don't know how to parallelize them. @@ -918,9 +912,6 @@ static void compile_fs_type(char *fs_type, struct fs_type_compile *cmp) bb_error_msg_and_die("%s", fs_type_syntax_error); } } -#if 0 - printf("Adding %s to list (type %d).\n", s, cmp->type[num]); -#endif cmp->list[num++] = string_copy(s); s = strtok(NULL, ","); } |