Commit bdbdefac by schu

fileops.h: remove git_futils_mv_atomic prototype

0c49ec2d replaced git_futils_mv_atomic with p_rename without removing its
prototype.

Signed-off-by: schu <schu-github@schulog.org>
parent e4c93a39
......@@ -90,11 +90,6 @@ extern int git_futils_rmdir_r(const char *path, int force);
extern int git_futils_mktmp(char *path_out, const char *filename);
/**
* Atomically rename a file on the filesystem
*/
extern int git_futils_mv_atomic(const char *from, const char *to);
/**
* Move a file on the filesystem, create the
* destination path if it doesn't exist
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment