| -rw-r--r-- | ui-snapshot.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-snapshot.c b/ui-snapshot.c index cb34f4b..ea77eb4 100644 --- a/ui-snapshot.c +++ b/ui-snapshot.c @@ -119,7 +119,6 @@ static int make_snapshot(const struct cgit_snapshot_format *format, cgit_print_error("Not a commit reference: %s", hex); return 1; } - ctx.page.etag = sha1_to_hex(sha1); ctx.page.mimetype = xstrdup(format->mimetype); ctx.page.filename = xstrdup(filename); cgit_print_http_headers(); |