all repos — cgit @ 89082346d50ec283a16d3127677f30b427781b6a

a hyperfast web frontend for git written in c

ui-plain: remove unused curr_rev variable

Signed-off-by: Mark Lodato <lodatom@gmail.com>
Mark Lodato lodatom@gmail.com
Sat, 30 Jan 2010 23:54:16 -0500
commit

89082346d50ec283a16d3127677f30b427781b6a

parent

547a64fbd65de293c290f4e18bbeae958d54aaa7

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M ui-plain.cui-plain.c

@@ -10,7 +10,6 @@ #include "cgit.h"

#include "html.h" #include "ui-shared.h" -char *curr_rev; char *match_path; int match;

@@ -77,7 +76,6 @@

if (!rev) rev = ctx->qry.head; - curr_rev = xstrdup(rev); if (get_sha1(rev, sha1)) { html_status(404, "Not found", 0); return;