diff options
Diffstat (limited to 'include/git2/odb.h')
-rw-r--r-- | include/git2/odb.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/git2/odb.h b/include/git2/odb.h index d41c2fb52..f2633d11c 100644 --- a/include/git2/odb.h +++ b/include/git2/odb.h @@ -23,11 +23,6 @@ GIT_BEGIN_DECL /** - * Function type for callbacks from git_odb_foreach. - */ -typedef int (*git_odb_foreach_cb)(git_oid *id, void *payload); - -/** * Create a new object database with no backends. * * Before the ODB can be used for read/writing, a custom database |