vendor/libgit2/src/path.h in rugged-0.23.2 vs vendor/libgit2/src/path.h in rugged-0.23.3
- old
+ new
@@ -589,11 +589,6 @@
extern bool git_path_isvalid(
git_repository *repo,
const char *path,
unsigned int flags);
-/**
- * Convert any backslashes into slashes
- */
-int git_path_normalize_slashes(git_buf *out, const char *path);
-
#endif