Skip to content

Commit 383f1d9

Browse files
committed
Merge branch 'bug/97'
* bug/97: fix, PEBKAC, remove test code
2 parents 027ef21 + 885346d commit 383f1d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/dt-io-zone.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ __local(void)
144144
if (!*tzmfn) {
145145
struct stat st;
146146

147-
puts(tzname[0U]);
148-
puts(tzname[1U]);
149147
if (!stat("/etc/localtime", &st)) {
150148
memcpy(tzmfn, "/etc/localtime", 14L);
151149
goto gothim;

0 commit comments

Comments
 (0)