summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-11-07 10:17:10 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2020-11-07 10:17:10 -0500
commit66f149e24220d5e3b6f0473922e9b08cd4bbb21f (patch)
treeb129b40481a3e7dff3f7c892994c111ad7b57886
parenta1e6d15e2e82a71b17dbea2b485432fa47f01bd3 (diff)
Remove commented codeHEADmaster
-rw-r--r--stagit-index.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/stagit-index.c b/stagit-index.c
index e8c6d4a..f9c7fd9 100644
--- a/stagit-index.c
+++ b/stagit-index.c
@@ -81,9 +81,6 @@ writeheader(FILE *fp)
"<td><b>Last commit</b></td></tr>"
"</thead><tbody>\n", fp);
}
- /* "<td><span class=\"desc\">", relpath); */
- /* xmlencode(fp, description, strlen(description)); */
- /* fputs("</span></td></tr><tr><td></td><td>\n" */
void
writefooter(FILE *fp)