-rw-r--r-- | cgit.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -5,15 +5,12 @@ * Licensed under GNU General Public License v2 * (see COPYING for full license text) */ #include "cgit.h" -const char cgit_version[] = CGIT_VERSION; - - static int cgit_prepare_cache(struct cacheitem *item) { if (!cgit_repo && cgit_query_repo) { char *title = fmt("%s - %s", cgit_root_title, "Bad request"); cgit_print_docstart(title, item); cgit_print_pageheader(title, 0); |