remote: unused function typedef

This commit is contained in:
Etienne Samson 2016-11-01 17:46:37 +01:00
parent 8d2784d570
commit 2adac91008

View File

@ -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.
*