vendor/libgit2/include/git2/sys/index.h in rugged-0.19.0 vs vendor/libgit2/include/git2/sys/index.h in rugged-0.21.0

- old
+ new

@@ -70,11 +70,10 @@ /** * Remove all filename conflict entries. * * @param index an existing index object - * @return 0 or an error code */ GIT_EXTERN(void) git_index_name_clear(git_index *index); /**@}*/ @@ -166,10 +165,9 @@ /** * Remove all resolve undo entries from the index * * @param index an existing index object - * @return 0 or an error code */ GIT_EXTERN(void) git_index_reuc_clear(git_index *index); /**@}*/