Remove todo

This commit is contained in:
Michael Boulton 2020-08-14 16:14:37 +01:00
parent bb9dcc7be4
commit 87253ae40d
No known key found for this signature in database
GPG Key ID: 8A62CA0BE2E0197E
1 changed files with 0 additions and 1 deletions

View File

@ -160,7 +160,6 @@ func rebaseOptionsFromC(opts *C.git_rebase_options) RebaseOptions {
RewriteNotesRef: C.GoString(opts.rewrite_notes_ref),
MergeOptions: mergeOptionsFromC(&opts.merge_options),
CheckoutOptions: checkoutOptionsFromC(&opts.checkout_options),
// TODO: is it possible to take the callback from C and have it be meaningful in Go? Would we ever want to do it?
}
}