vendor/libgit2/src/path.h in rugged-0.28.4 vs vendor/libgit2/src/path.h in rugged-0.28.4.1

- old
+ new

@@ -645,11 +645,9 @@ /** * Convert any backslashes into slashes */ int git_path_normalize_slashes(git_buf *out, const char *path); -bool git_path_supports_symlinks(const char *dir); - /** * Validate a system file's ownership * * Verify that the file in question is owned by an administrator or system * account, or at least by the current user.