From bdbdefac39256da42f72532161363d92df00566b Mon Sep 17 00:00:00 2001 From: schu Date: Mon, 21 Nov 2011 13:06:07 +0100 Subject: [PATCH] fileops.h: remove git_futils_mv_atomic prototype 0c49ec2 replaced git_futils_mv_atomic with p_rename without removing its prototype. Signed-off-by: schu --- src/fileops.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/fileops.h b/src/fileops.h index 56c4770cb..e1a59f633 100644 --- a/src/fileops.h +++ b/src/fileops.h @@ -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