diff options
| author | Jesse Ezell <[email protected]> | 2014-03-11 16:25:22 -0700 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-03-11 16:25:22 -0700 |
| commit | 51aa76d6f7170bba60ab2252b74a3cab0276996f (patch) | |
| tree | 3c88ddb5c74ef5021109f0f493d0c6b738399b85 /wrapper.c | |
| parent | 0a172478dcba23f73f7f1991c6b39c62ee23f172 (diff) | |
remove strarray wrappers
Diffstat (limited to 'wrapper.c')
| -rw-r--r-- | wrapper.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -38,14 +38,6 @@ void _go_git_setup_callbacks(git_remote_callbacks *callbacks) { callbacks->update_tips = (update_tips_cb)updateTipsCallback; } -void _go_git_set_strarray_n(git_strarray *array, char *str, size_t n) { - array->strings[n] = str; -} - -char *_go_git_get_strarray_n(git_strarray *array, size_t n) { - return array->strings[n]; -} - typedef int (*status_foreach_cb)(const char *ref, const char *msg, void *data); int _go_git_push_status_foreach(git_push *push, void *data) |
