ui-plain: remove unused curr_rev variable

Signed-off-by: Mark Lodato <lodatom@gmail.com>
This commit is contained in:
Mark Lodato 2010-01-30 23:54:16 -05:00
부모 547a64fbd6
커밋 89082346d5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제

파일 보기

@ -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;