=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/main.c,v retrieving revision 1.264 retrieving revision 1.265 diff -u -r1.264 -r1.265 --- src/usr.bin/mandoc/main.c 2024/03/29 01:01:00 1.264 +++ src/usr.bin/mandoc/main.c 2024/03/29 01:16:30 1.265 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.264 2024/03/29 01:01:00 millert Exp $ */ +/* $OpenBSD: main.c,v 1.265 2024/03/29 01:16:30 millert Exp $ */ /* * Copyright (c) 2010-2012, 2014-2021 Ingo Schwarze * Copyright (c) 2008-2012 Kristaps Dzonsons @@ -390,9 +390,6 @@ argc -= optind; argv += optind; } - - /* Avoid repeated TZ lookups, especially for makewhatis. */ - tzset(); /* * Quirks for help(1) and man(1),