summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEtienne Samson <samson.etienne@gmail.com>2016-11-01 17:46:37 +0100
committerEtienne Samson <samson.etienne@gmail.com>2016-11-01 17:46:37 +0100
commit2adac91008047359b6238237a4795275a40fb6ed (patch)
tree81925cf345242e33cd75f606d9ac38633279552b
parent8d2784d57069ddc49f99b0cde1fc3a7f83532fd9 (diff)
downloadlibgit2-2adac91008047359b6238237a4795275a40fb6ed.tar.gz
remote: unused function typedef
-rw-r--r--include/git2/remote.h2
1 files changed, 0 insertions, 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.
*