aboutsummaryrefslogtreecommitdiff
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
-rw-r--r--shared.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared.c b/shared.c
index 4574120..7149597 100644
--- a/shared.c
+++ b/shared.c
@@ -57,8 +57,6 @@ void cgit_global_config_cb(const char *name, const char *value)
cgit_virtual_root = xstrdup(value);
else if (!strcmp(name, "nocache"))
cgit_nocache = atoi(value);
- else if (!strcmp(name, "cache-root"))
- cgit_cache_root = xstrdup(value);
}
void cgit_repo_config_cb(const char *name, const char *value)