From 2adac91008047359b6238237a4795275a40fb6ed Mon Sep 17 00:00:00 2001 From: Etienne Samson Date: Tue, 1 Nov 2016 17:46:37 +0100 Subject: [PATCH] remote: unused function typedef --- include/git2/remote.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/git2/remote.h b/include/git2/remote.h index c459f42cc..c77288b1c 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -26,8 +26,6 @@ */ GIT_BEGIN_DECL -typedef int (*git_remote_rename_problem_cb)(const char *problematic_refspec, void *payload); - /** * Add a remote with the default fetch refspec to the repository's configuration. *