]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
lib/file: remove prototype of dead function
authorVMware, Inc <>
Sat, 28 May 2011 19:25:58 +0000 (12:25 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Sat, 28 May 2011 19:25:58 +0000 (12:25 -0700)
Doesn't exist anymore.

Signed-off-by: Marcelo Vanzin <mvanzin@vmware.com>
open-vm-tools/lib/file/fileInt.h

index 10ec0e54613ed0ae98e2febfc9ea9aa158f69aa5..b1df9fc500faca2d666a0c004b02a4cd8ffaf603 100644 (file)
@@ -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);