mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
path: remove mksnpath()
Remove the function mksnpath(), which has become unused. Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
9126cb3186
commit
708f7e0590
6
path.h
6
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.
|
||||
|
||||
Reference in New Issue
Block a user