Skip to content

Commit

Permalink
fileops.h: remove git_futils_mv_atomic prototype
Browse files Browse the repository at this point in the history
0c49ec2 replaced git_futils_mv_atomic with p_rename without removing its
prototype.

Signed-off-by: schu <schu-github@schulog.org>
  • Loading branch information
schu committed Nov 21, 2011
1 parent e4c93a3 commit bdbdefa
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fileops.h
Expand Up @@ -89,11 +89,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
Expand Down

0 comments on commit bdbdefa

Please sign in to comment.