X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/24538b072718924d3418a258cf0009fb5b5768de..89082346d50ec283a16d3127677f30b427781b6a:/ui-plain.c diff --git a/ui-plain.c b/ui-plain.c index 66cb19c..98e6908 100644 --- a/ui-plain.c +++ b/ui-plain.c @@ -10,7 +10,6 @@ #include "html.h" #include "ui-shared.h" -char *curr_rev; char *match_path; int match; @@ -77,7 +76,6 @@ void cgit_print_plain(struct cgit_context *ctx) if (!rev) rev = ctx->qry.head; - curr_rev = xstrdup(rev); if (get_sha1(rev, sha1)) { html_status(404, "Not found", 0); return;