bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'cgit.c')
-rw-r--r--
cgit.c
3
1 files changed, 0 insertions, 3 deletions
diff --git a/cgit.c b/cgit.c
index 72714123..28a2f149 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();
}