]> git.ipfire.org Git - thirdparty/open-vm-tools.git/commitdiff
Vmfs_IsVMFSFile and Vmfs_IsVMFSDir go bye-bye
authorVMware, Inc <>
Mon, 26 Apr 2010 17:38:27 +0000 (10:38 -0700)
committerMarcelo Vanzin <mvanzin@vmware.com>
Mon, 26 Apr 2010 17:38:27 +0000 (10:38 -0700)
Use HostType_OSIsVMK instead...

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

index 937b9bf698d3f1173179e3c0485a7181456e919a..c2a1f91dc3a4b9abc9f43184c64ae4c16a9d32d9 100644 (file)
@@ -99,21 +99,6 @@ typedef enum {
 
 #if defined(VMX86_SERVER)
 char *Vmfs_GetCOSFileName(const char *vmfsFile);
-Bool Vmfs_IsVMFSDir(ConstUnicode dir);
-Bool Vmfs_IsVMFSFile(ConstUnicode pathName);
-#else
-
-static INLINE Bool
-Vmfs_IsVMFSDir(ConstUnicode dir)
-{
-   return FALSE;
-}
-
-static INLINE Bool
-Vmfs_IsVMFSFile(ConstUnicode pathName)
-{
-   return FALSE;
-}
 #endif /* VM86_SERVER */
 
 #endif /* __VMFS_H__ */