Diffstat (limited to 'cgit.c')
| -rw-r--r-- | cgit.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -742,9 +742,6 @@ static void process_request(void) if (ctx.repo && prepare_repo_cmd()) return; - if (cmd->pre) - cmd->pre(); - if (cmd->want_layout) { cgit_print_http_headers(); cgit_print_docstart(); |