diff options
author | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-12-09 22:36:40 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@centraldogma> | 2011-12-09 22:36:40 +0100 |
commit | 92874574e446b3eaf22291772ca0737456d2e0c5 (patch) | |
tree | 6d1a3f10c3e37cd9f72d7cb51934a98868acf98d /sys/src/cmd/ms2html.c | |
parent | 229e8a5de102f835de1596d8adb377b6bf74b463 (diff) |
ms2html: fix compiler warning
Diffstat (limited to 'sys/src/cmd/ms2html.c')
-rw-r--r-- | sys/src/cmd/ms2html.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/src/cmd/ms2html.c b/sys/src/cmd/ms2html.c index d67c5525c..969b16a8b 100644 --- a/sys/src/cmd/ms2html.c +++ b/sys/src/cmd/ms2html.c @@ -1313,7 +1313,6 @@ void doconvert(void) { char c, *p; - Tm *t; pushsrc(nil); @@ -1355,12 +1354,6 @@ doconvert(void) if(fsp >= 0 && fstack[fsp]) Bprint(&bout, "%s", fstack[fsp]->end); Bprint(&bout, "<br> <br>\n"); -/* - Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n"); - t = localtime(time(nil)); - Bprint(&bout, "Copyright</A> © %d Alcatel-Lucent Inc. All rights reserved.\n", - t->year+1900); -*/ Bprint(&bout, "</body></html>\n"); } |