Remove unused variable in shared.c

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
这个提交包含在:
Johan Herland 2010-06-10 01:09:23 +02:00 提交者 Lars Hjemli
父节点 9ce5d05f86
当前提交 026980c270

查看文件

@ -10,7 +10,6 @@
struct cgit_repolist cgit_repolist;
struct cgit_context ctx;
int cgit_cmd;
int chk_zero(int result, char *msg)
{