mirror of
https://git.zx2c4.com/cgit
synced 2024-11-22 16:38:42 +00:00
ui-plain: remove unused curr_rev variable
Signed-off-by: Mark Lodato <lodatom@gmail.com>
This commit is contained in:
parent
547a64fbd6
commit
89082346d5
@ -10,7 +10,6 @@
|
|||||||
#include "html.h"
|
#include "html.h"
|
||||||
#include "ui-shared.h"
|
#include "ui-shared.h"
|
||||||
|
|
||||||
char *curr_rev;
|
|
||||||
char *match_path;
|
char *match_path;
|
||||||
int match;
|
int match;
|
||||||
|
|
||||||
@ -77,7 +76,6 @@ void cgit_print_plain(struct cgit_context *ctx)
|
|||||||
if (!rev)
|
if (!rev)
|
||||||
rev = ctx->qry.head;
|
rev = ctx->qry.head;
|
||||||
|
|
||||||
curr_rev = xstrdup(rev);
|
|
||||||
if (get_sha1(rev, sha1)) {
|
if (get_sha1(rev, sha1)) {
|
||||||
html_status(404, "Not found", 0);
|
html_status(404, "Not found", 0);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user