From: VMware, Inc <> Date: Sat, 28 May 2011 19:25:58 +0000 (-0700) Subject: lib/file: remove prototype of dead function X-Git-Tag: 2011.05.27-420096~70 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3639cff470ecee783d507b628f6c67dc9cb62ca;p=thirdparty%2Fopen-vm-tools.git lib/file: remove prototype of dead function Doesn't exist anymore. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/file/fileInt.h b/open-vm-tools/lib/file/fileInt.h index 10ec0e546..b1df9fc50 100644 --- a/open-vm-tools/lib/file/fileInt.h +++ b/open-vm-tools/lib/file/fileInt.h @@ -228,8 +228,6 @@ int FileLockMemberValues(ConstUnicode lockDir, uint32 size, LockValues *memberValues); -int FileLockHackVMX(ConstUnicode filePathName); - int FileLockOpenFile(ConstUnicode pathName, int flags, FILELOCK_FILE_HANDLE *handle);