From 87253ae40dfbcde9e13889e457473345ce8a6f3b Mon Sep 17 00:00:00 2001 From: Michael Boulton Date: Fri, 14 Aug 2020 16:14:37 +0100 Subject: [PATCH] Remove todo --- rebase.go | 1 - 1 file changed, 1 deletion(-) diff --git a/rebase.go b/rebase.go index 5cc8d73..6195a26 100644 --- a/rebase.go +++ b/rebase.go @@ -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? } }