Skip to content

Commit a395d3f

Browse files
mikolajbcarlosmn
authored andcommitted
1 parent 1c1346d commit a395d3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

submodule.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import (
1515
type SubmoduleUpdateOptions struct {
1616
*CheckoutOpts
1717
*FetchOptions
18-
CloneCheckoutStrategy CheckoutStrategy
1918
}
2019

2120
// Submodule
@@ -369,7 +368,6 @@ func populateSubmoduleUpdateOptions(ptr *C.git_submodule_update_options, opts *S
369368

370369
populateCheckoutOpts(&ptr.checkout_opts, opts.CheckoutOpts)
371370
populateFetchOptions(&ptr.fetch_opts, opts.FetchOptions)
372-
ptr.clone_checkout_strategy = C.uint(opts.CloneCheckoutStrategy)
373371

374372
return nil
375373
}

0 commit comments

Comments
 (0)