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/util.c | |
parent | d35ef0f66643f2bc43bd7070df0356e0b064b755 (diff) | |
download | busybox-7ccb65f3a4f5c84d010978d450df57d3c1b13297.zip busybox-7ccb65f3a4f5c84d010978d450df57d3c1b13297.tar.gz |
Yet more "#if 0" content removed.
Diffstat (limited to 'e2fsprogs/util.c')
-rw-r--r-- | e2fsprogs/util.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/e2fsprogs/util.c b/e2fsprogs/util.c index 537021d..151af32 100644 --- a/e2fsprogs/util.c +++ b/e2fsprogs/util.c @@ -110,14 +110,7 @@ void parse_journal_opts(char **journal_device, int *journal_flags, { char *buf, *token, *next, *p, *arg; int journal_usage = 0; -#if 0 - int len; - len = strlen(opts); - buf = xmalloc(len+1); - strcpy(buf, opts); -#else buf = bb_xstrdup(opts); -#endif for (token = buf; token && *token; token = next) { p = strchr(token, ','); next = 0; |