Remove wrong LC_TIME env. usage

This commit is contained in:
ache 1995-10-24 05:56:45 +00:00
parent 42f20b385f
commit 062b056aad

View File

@ -1798,7 +1798,6 @@ setup(argc, argv)
}
}
if ((timefrmt = getenv("LC_TIME")) == NULL)
timefrmt = TIMEFMT;
timefrmt = TIMEFMT;
return(0);
}