aboutsummaryrefslogtreecommitdiff
path: root/shared.c
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'shared.c')
-rw-r--r--shared.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/shared.c b/shared.c
index dd711a8..e4595fa 100644
--- a/shared.c
+++ b/shared.c
@@ -39,7 +39,6 @@ char *cgit_query_head = NULL;
char *cgit_query_search = NULL;
char *cgit_query_sha1 = NULL;
char *cgit_query_sha2 = NULL;
-char *cgit_query_path = NULL;
int cgit_query_ofs = 0;
int htmlfd = 0;
@@ -101,8 +100,6 @@ void cgit_querystring_cb(const char *name, const char *value)
cgit_query_has_sha1 = 1;
} else if (!strcmp(name, "ofs")) {
cgit_query_ofs = atoi(value);
- } else if (!strcmp(name, "path")) {
- cgit_query_path = xstrdup(value);
}
}