about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMark Lodato <lodatom@gmail.com>2010-01-30 23:54:16 -0500
committerMark Lodato <lodatom@gmail.com>2010-01-30 23:54:39 -0500
commit89082346d50ec283a16d3127677f30b427781b6a (patch)
tree64396b134f4a3c68a1f68e3fe1e77083cac09b8a
parentMerge branch 'stable' (diff)
downloadcgit-pink-89082346d50ec283a16d3127677f30b427781b6a.tar.gz
cgit-pink-89082346d50ec283a16d3127677f30b427781b6a.zip
ui-plain: remove unused curr_rev variable
Signed-off-by: Mark Lodato <lodatom@gmail.com>
Diffstat (limited to '')
-rw-r--r--ui-plain.c2
1 files changed, 0 insertions, 2 deletions
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;
;id=740cb9f687f8f5e4c99fe0dcab034fc7b7c82f45&follow=1'>Change example command to join #ascii.town on freenodeJune McEnroe 2019-02-23Call def_prog_mode after termNoFlowJune McEnroe 2019-02-22Move IRC formatting reset to C-sJune McEnroe 2019-02-22Disable terminal flow controlJune McEnroe 2019-02-22Bind up and down arrows to scrollJune McEnroe 2019-02-22Remove topic TODOJune McEnroe 2019-02-22Add /znc commandJune McEnroe 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe 2019-02-21Replace "view" with "window"June McEnroe 2019-02-21Remove ROT13June McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe