X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/a420c7ce9b2c483c2f93b8a1a03cc80f3eeedb20..aa943bc9a68ccdcc5cbe29f6ac3b5e787d4c22ca:/cgit.c diff --git a/cgit.c b/cgit.c index 7271412..28a2f14 100644 --- a/cgit.c +++ b/cgit.c @@ -733,9 +733,6 @@ static void process_request(void) if (ctx.repo && prepare_repo_cmd()) return; - if (cmd->pre) - cmd->pre(); - cmd->fn(); }