X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/08cc2e5f0e24773dad81d38bd6b689e36afe9dda..305414df1246531baf0f2c959c2c61df4e93c526:/cgit.c?ds=inline diff --git a/cgit.c b/cgit.c index 3e7e595..431e8fb 100644 --- a/cgit.c +++ b/cgit.c @@ -11,20 +11,6 @@ const char cgit_version[] = CGIT_VERSION; -static struct repoinfo *cgit_get_repoinfo(char *url) -{ - int i; - struct repoinfo *repo; - - for (i=0; iurl, url)) - return repo; - } - return NULL; -} - - static int cgit_prepare_cache(struct cacheitem *item) { if (!cgit_query_repo) {