|
|
rm unused variable `ids` (from stagit) - stagit-gopher - static git page generator for gopher |
|
|
 |
git clone git://git.codemadness.org/stagit-gopher (git://git.codemadness.org) |
|
|
 |
Log |
|
|
 |
Files |
|
|
 |
Refs |
|
|
 |
README |
|
|
 |
LICENSE |
|
|
|
--- |
|
|
 |
commit 7b88e45958cc7502ab58523d56d8609c536de4d8 |
|
|
 |
parent 4dded587b089f4c2fda9694a908157a549c6cc1a |
|
|
 |
Author: Hiltjo Posthuma <hiltjo@codemadness.org> (mailto://) |
application/vnd.lotus-organizer |
|
|
Date: Sun, 19 Jul 2020 19:00:47 +0200 |
|
|
|
|
|
|
|
rm unused variable `ids` (from stagit) |
|
|
|
|
|
|
|
Diffstat: |
|
|
|
M stagit-gopher.c | 1 - |
|
|
|
|
|
|
|
1 file changed, 0 insertions(+), 1 deletion(-) |
|
|
|
--- |
|
|
 |
diff --git a/stagit-gopher.c b/stagit-gopher.c |
|
|
|
@@ -1146,7 +1146,6 @@ writerefs(FILE *fp) |
|
|
|
struct commitinfo *ci; |
|
|
|
size_t count, i, j, refcount; |
|
|
|
const char *titles[] = { "Branches", "Tags" }; |
|
|
|
- const char *ids[] = { "branches", "tags" }; |
|
|
|
const char *s; |
|
|
|
char buf[256]; |
|
|
|
|
|