From: Johan Herland Date: Wed, 9 Jun 2010 23:09:23 +0000 (+0200) Subject: Remove unused variable in shared.c X-Git-Tag: v0.9~40^2~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=026980c270354c59b8a192f5e6db7efe9c66dd62;p=cgit Remove unused variable in shared.c Signed-off-by: Johan Herland Signed-off-by: Lars Hjemli --- diff --git a/shared.c b/shared.c index 5f46793..6e8f0ce 100644 --- a/shared.c +++ b/shared.c @@ -10,7 +10,6 @@ struct cgit_repolist cgit_repolist; struct cgit_context ctx; -int cgit_cmd; int chk_zero(int result, char *msg) {