diff options
Diffstat (limited to 'transport.c')
-rw-r--r-- | transport.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/transport.c b/transport.c index eca9b8c817..39a1a66287 100644 --- a/transport.c +++ b/transport.c @@ -478,9 +478,6 @@ static int set_git_option(struct git_transport_options *opts, die("transport: invalid depth option '%s'", value); } return 0; - } else if (!strcmp(name, TRANS_OPT_PUSH_CERT)) { - opts->push_cert = !!value; - return 0; } return 1; } |