Remove vestages of a previous implimentation of "-h".

Submitted by:	Tony Finch <dot@dotat.at>
This commit is contained in:
obrien 2000-10-31 02:26:10 +00:00
parent 7fd65a0aa9
commit d4073bf23c

View File

@ -150,9 +150,9 @@ main(argc, argv)
ru.ru_stime.tv_sec, ru.ru_stime.tv_usec/10000);
} else if (hflag) {
humantime(out, after.tv_sec, after.tv_usec/10000);
fprintf(out, " real%c", hflag ? '\t' : ' ');
fprintf(out, " real\t");
humantime(out, ru.ru_utime.tv_sec, ru.ru_utime.tv_usec/10000);
fprintf(out, " user%c", hflag ? '\t' : ' ');
fprintf(out, " user\t");
humantime(out, ru.ru_stime.tv_sec, ru.ru_stime.tv_usec/10000);
fprintf(out, " sys\n");
} else {