diff options
| author | Jesse Ezell <[email protected]> | 2014-03-11 13:19:12 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-11 13:19:12 -0700 |
| commit | d560b9e9bd7162334f7122dadd02cd0a075e22ab (patch) | |
| tree | 0a21848d1a11236409542c011ddcbdd72f3bddc1 /wrapper.c | |
| parent | 634acbe498e40e617b4aefcce7a82887a455a04e (diff) | |
cleanup clone code
Diffstat (limited to 'wrapper.c')
| -rw-r--r-- | wrapper.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -38,11 +38,6 @@ void _go_git_setup_callbacks(git_remote_callbacks *callbacks) { callbacks->update_tips = (update_tips_cb)updateTipsCallback; } -git_remote_callbacks _go_git_remote_callbacks_init() { - git_remote_callbacks ret = GIT_REMOTE_CALLBACKS_INIT; - return ret; -} - void _go_git_set_strarray_n(git_strarray *array, char *str, size_t n) { array->strings[n] = str; } |
