diff options
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -9,7 +9,6 @@ struct cgit_cmd { cgit_cmd_fn fn; cgit_cmd_pre_fn pre; unsigned int want_repo:1, - want_layout:1, want_vpath:1, is_clone:1; }; |