X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Ftxt2pre;h=3ecd9100815dc69eb227444d988ed9dffe755ef1;hb=7e4bd71efcf3bf61216ec1a7577e33be5f95b8a9;hp=04bc3b0e3921e77e440f97f7b2a2b92c71bb1f8d;hpb=60a4a6ee11a3c9126e7b825f60b2b603ac09fe33;p=public-inbox.git diff --git a/Documentation/txt2pre b/Documentation/txt2pre index 04bc3b0e..3ecd9100 100755 --- a/Documentation/txt2pre +++ b/Documentation/txt2pre @@ -177,9 +177,3 @@ print '', "$title", "
",  $str , '
'; STDOUT->flush; - -# keep mtime on website consistent so clients can cache -if (-f STDIN && -f STDOUT) { - my @st = stat(STDIN); - utime($st[8], $st[9], \*STDOUT); -}