diff options
author | Johannes Sixt <j6t@kdbg.org> | 2009-02-07 16:08:31 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-07 12:23:30 -0800 |
commit | f2a782b8ba189b5ed51d18aa3eb93a670c220018 (patch) | |
tree | 52d020113bfebcba607513f3c14d3af229040790 /cache.h | |
parent | f42302b49333d035a323f5d80fb9562d375b17f1 (diff) | |
download | git-f2a782b8ba189b5ed51d18aa3eb93a670c220018.tar.gz git-f2a782b8ba189b5ed51d18aa3eb93a670c220018.tar.xz |
Remove unused normalize_absolute_path()
This function is now superseded by normalize_path_copy().
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -547,7 +547,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); -int normalize_absolute_path(char *buf, const char *path); int normalize_path_copy(char *dst, const char *src); int longest_ancestor_length(const char *path, const char *prefix_list); |