summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJohannes Sixt <j6t@kdbg.org>2009-02-07 15:08:31 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-02-07 20:23:30 (GMT)
commitf2a782b8ba189b5ed51d18aa3eb93a670c220018 (patch)
tree52d020113bfebcba607513f3c14d3af229040790 /cache.h
parentf42302b49333d035a323f5d80fb9562d375b17f1 (diff)
downloadgit-f2a782b8ba189b5ed51d18aa3eb93a670c220018.zip
git-f2a782b8ba189b5ed51d18aa3eb93a670c220018.tar.gz
git-f2a782b8ba189b5ed51d18aa3eb93a670c220018.tar.bz2
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cache.h b/cache.h
index 65897e7..39f0d6f 100644
--- a/cache.h
+++ b/cache.h
@@ -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);