]> git.ipfire.org Git - thirdparty/git.git/blobdiff - path.h
Start the 2.46 cycle
[thirdparty/git.git] / path.h
diff --git a/path.h b/path.h
index e053effef20cbad3115095d54989cb9d4d91cfff..ea96487b292bdb149061dc2b35c07e7529ed01ef 100644 (file)
--- a/path.h
+++ b/path.h
@@ -23,12 +23,6 @@ const char *mkpath(const char *fmt, ...)
 char *mkpathdup(const char *fmt, ...)
        __attribute__((format (printf, 1, 2)));
 
-/*
- * Construct a path and place the result in the provided buffer `buf`.
- */
-char *mksnpath(char *buf, size_t n, const char *fmt, ...)
-       __attribute__((format (printf, 3, 4)));
-
 /*
  * The `git_common_path` family of functions will construct a path into a
  * repository's common git directory, which is shared by all worktrees.