aboutsummaryrefslogtreecommitdiff
path: root/shared.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared.c b/shared.c
index d839071..e79c3da 100644
--- a/shared.c
+++ b/shared.c
@@ -71,9 +71,6 @@ struct cgit_repo *cgit_add_repo(const char *url)
ret->extra_head_content = NULL;
ret->owner = NULL;
ret->homepage = NULL;
- ret->ci_url = ctx.cfg.ci_url;
- ret->ci_branch_url = ctx.cfg.ci_branch_url;
- ret->ci_tag_url = ctx.cfg.ci_tag_url;
ret->section = ctx.cfg.section;
ret->snapshots = ctx.cfg.snapshots;
ret->enable_blame = ctx.cfg.enable_blame;