aboutsummaryrefslogtreecommitdiff
path: root/ui-log.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'ui-log.c')
-rw-r--r--ui-log.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui-log.c b/ui-log.c
index 95cb453..8d774b0 100644
--- a/ui-log.c
+++ b/ui-log.c
@@ -59,9 +59,6 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *path, i
int argc = 2;
int i;
- if (!tip)
- argv[1] = cgit_query_head;
-
if (grep)
argv[argc++] = fmt("--grep=%s", grep);
if (path) {