about summary refs log tree commit diff stats
path: root/cgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.c')
-rw-r--r--cgit.c3
1 files changed, 0 insertions, 3 deletions
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)
733 if (ctx.repo && prepare_repo_cmd()) 733 if (ctx.repo && prepare_repo_cmd())
734 return; 734 return;
735 735
736 if (cmd->pre)
737 cmd->pre();
738
739 cmd->fn(); 736 cmd->fn();
740} 737}
741 738