diff options
| author | Ben Navetta <[email protected]> | 2014-08-25 18:15:36 -0400 |
|---|---|---|
| committer | Ben Navetta <[email protected]> | 2014-08-25 18:15:36 -0400 |
| commit | 33ae83f4d9b78501549fc880c1e2dd055466808c (patch) | |
| tree | acf4d2d8f390c3a4f3d5219d329c7c2add9769f9 /wrapper.c | |
| parent | c8529e79da002e6c816c0df895edc7ce7a543a37 (diff) | |
remove status_foreach binding
Diffstat (limited to 'wrapper.c')
| -rw-r--r-- | wrapper.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -105,9 +105,4 @@ int _go_git_blob_create_fromchunks(git_oid *id, return git_blob_create_fromchunks(id, repo, hintpath, _go_blob_chunk_cb, payload); } -int _go_git_status_foreach(git_repository *repo, void *data) -{ - return git_status_foreach(repo, (git_status_cb)fileStatusForeach, data); -} - /* EOF */ |
