summaryrefslogtreecommitdiff
path: root/cache-tree.h
diff options
context:
space:
mode:
authorNanako Shiraishi <nanako3@lavabit.com>2008-07-16 10:42:10 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-07-16 15:50:27 (GMT)
commit7ba04d9f3741abd5788ff713b6a16351cbf3773a (patch)
tree24adf2fd7c1f346a10bd0b387dc3bf2ee52e1a47 /cache-tree.h
parent300072f486797232014b2c8a1655424099508679 (diff)
downloadgit-7ba04d9f3741abd5788ff713b6a16351cbf3773a.zip
git-7ba04d9f3741abd5788ff713b6a16351cbf3773a.tar.gz
git-7ba04d9f3741abd5788ff713b6a16351cbf3773a.tar.bz2
cache-tree.c: make cache_tree_find() static
This function is not used by any other file. Signed-off-by: Nanako Shiraishi <nanako3@lavabit.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache-tree.h')
-rw-r--r--cache-tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache-tree.h b/cache-tree.h
index 44aad42..cf8b790 100644
--- a/cache-tree.h
+++ b/cache-tree.h
@@ -28,8 +28,6 @@ struct cache_tree *cache_tree_read(const char *buffer, unsigned long size);
int cache_tree_fully_valid(struct cache_tree *);
int cache_tree_update(struct cache_tree *, struct cache_entry **, int, int, int);
-struct cache_tree *cache_tree_find(struct cache_tree *, const char *);
-
#define WRITE_TREE_UNREADABLE_INDEX (-1)
#define WRITE_TREE_UNMERGED_INDEX (-2)
#define WRITE_TREE_PREFIX_ERROR (-3)