diff options
Diffstat (limited to 'remote.go')
| -rw-r--r-- | remote.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -596,7 +596,6 @@ func populateFetchOptions(options *C.git_fetch_options, opts *FetchOptions) { // the configuration; msg specifies what to use for the reflog // entries. Leave "" to use defaults. func (o *Remote) Fetch(refspecs []string, opts *FetchOptions, msg string) error { - var cmsg *C.char = nil if msg != "" { cmsg = C.CString(msg) |
