X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c5975ae56684a1188637f2bdba7d8e18de075abc..03de473354dc8c17a3b23a973b5cc67752ad20cb:/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(); }