all repos — cgit @ 026980c270354c59b8a192f5e6db7efe9c66dd62

a hyperfast web frontend for git written in c

Remove unused variable in shared.c

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Johan Herland johan@herland.net
Thu, 10 Jun 2010 01:09:23 +0200
commit

026980c270354c59b8a192f5e6db7efe9c66dd62

parent

9ce5d05f86f64dfad589e0ec58bb1e06a76d2d8c

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M shared.cshared.c

@@ -10,7 +10,6 @@ #include "cgit.h"

struct cgit_repolist cgit_repolist; struct cgit_context ctx; -int cgit_cmd; int chk_zero(int result, char *msg) {