aboutsummaryrefslogtreecommitdiff
path: root/ui-snapshot.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-snapshot.c')
-rw-r--r--ui-snapshot.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-snapshot.c b/ui-snapshot.c
index 9461d51..85efe64 100644
--- a/ui-snapshot.c
+++ b/ui-snapshot.c
@@ -156,7 +156,6 @@ static int make_snapshot(const struct cgit_snapshot_format *format,
ctx.page.mimetype = xstrdup(format->mimetype);
ctx.page.filename = xstrdup(filename);
cgit_print_http_headers();
- init_archivers();
format->write_func(hex, prefix);
return 0;
}