shithub: riscv

Download patch

ref: 92874574e446b3eaf22291772ca0737456d2e0c5
parent: 229e8a5de102f835de1596d8adb377b6bf74b463
author: cinap_lenrek <cinap_lenrek@centraldogma>
date: Fri Dec 9 17:36:40 EST 2011

ms2html: fix compiler warning

--- a/sys/src/cmd/ms2html.c
+++ b/sys/src/cmd/ms2html.c
@@ -1313,7 +1313,6 @@
 doconvert(void)
 {
 	char c, *p;
-	Tm *t;
 
 	pushsrc(nil);
 
@@ -1355,12 +1354,6 @@
 	if(fsp >= 0 && fstack[fsp])
 		Bprint(&bout, "%s", fstack[fsp]->end);
 	Bprint(&bout, "<br>&#32;<br>\n");
-/*
-	Bprint(&bout, "<A href=http://www.lucent.com/copyright.html>\n");
-	t = localtime(time(nil));
-	Bprint(&bout, "Copyright</A> &#169; %d Alcatel-Lucent Inc.  All rights reserved.\n",
-			t->year+1900);
-*/
 	Bprint(&bout, "</body></html>\n");
 }