Yet more "#if 0" content removed.

This commit is contained in:
"Robert P. J. Day"
2006-07-01 15:09:17 +00:00
parent d35ef0f666
commit 7ccb65f3a4
8 changed files with 1 additions and 85 deletions

View File

@ -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;