diff options
Diffstat (limited to 'cgit.c')
-rw-r--r-- | cgit.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 | ||