]> git.ipfire.org Git - thirdparty/git.git/blobdiff - worktree.h
strmap: enable allocations to come from a mem_pool
[thirdparty/git.git] / worktree.h
index ff7b62e43414d24e5c61c619352f47f034484aeb..f38e6fd5a224fbe891f924df6b60a613b0b91638 100644 (file)
@@ -159,11 +159,4 @@ void strbuf_worktree_ref(const struct worktree *wt,
                         struct strbuf *sb,
                         const char *refname);
 
-/*
- * Return a refname suitable for access from the current ref
- * store. The result will be destroyed at the next call.
- */
-const char *worktree_ref(const struct worktree *wt,
-                        const char *refname);
-
 #endif