Remove wrong LC_TIME env. usage

This commit is contained in:
Andrey A. Chernov 1995-10-24 05:56:45 +00:00
parent 6e9804553e
commit f34b5369b7
1 changed files with 1 additions and 2 deletions

View File

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