Remove version from opts structure.

It's not necessary.
This commit is contained in:
David Calavera 2015-01-08 15:06:35 -08:00
parent 22f4a4edaa
commit ea7f567756
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import (
type SubmoduleUpdateOptions struct {
*CheckoutOpts
*RemoteCallbacks
Version uint64
CloneCheckoutStrategy CheckoutStrategy
Signature *Signature
}