mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
help (Windows): Revert leftovers of old implementation
This commit is contained in:
2
cache.h
2
cache.h
@@ -527,8 +527,6 @@ static inline int is_absolute_path(const char *path)
|
||||
const char *make_absolute_path(const char *path);
|
||||
const char *make_nonrelative_path(const char *path);
|
||||
const char *make_relative_path(const char *abs, const char *base);
|
||||
/* Convert slashes in place. On Windows to backslashes. */
|
||||
char *make_native_separator(char *path);
|
||||
int normalize_absolute_path(char *buf, const char *path);
|
||||
int longest_ancestor_length(const char *path, const char *prefix_list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user