]> granicus.if.org Git - cgit/commitdiff
Remove unused variable in shared.c
authorJohan Herland <johan@herland.net>
Wed, 9 Jun 2010 23:09:23 +0000 (01:09 +0200)
committerLars Hjemli <hjemli@gmail.com>
Sat, 19 Jun 2010 08:40:21 +0000 (10:40 +0200)
Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
shared.c

index 5f4679335e0f063cadc57b79953f2c078cff11a3..6e8f0ce89f5be4c0d53b29a12f200c1c10f7cbc7 100644 (file)
--- 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)
 {