summaryrefslogtreecommitdiffstats
path: root/sal/osl
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-11-11 11:27:11 +0200
committerTor Lillqvist <tml@iki.fi>2011-11-11 22:51:28 +0200
commit3a5f8de40904e200b435a21a6de271adff623d4b (patch)
treec6cd9e8da68acb7eb83c9aca2e62fbebd52a4101 /sal/osl
parentAdd note about an iOS SDK hickup (diff)
downloadcore-3a5f8de40904e200b435a21a6de271adff623d4b.tar.gz
core-3a5f8de40904e200b435a21a6de271adff623d4b.zip
WaE: defined but not used
Diffstat (limited to 'sal/osl')
-rw-r--r--sal/osl/unx/file_volume.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/osl/unx/file_volume.cxx b/sal/osl/unx/file_volume.cxx
index 09ba56187068..62c1986bb568 100644
--- a/sal/osl/unx/file_volume.cxx
+++ b/sal/osl/unx/file_volume.cxx
@@ -542,7 +542,7 @@ oslFileError osl_releaseVolumeDeviceHandle( oslVolumeDeviceHandle Handle )
return osl_File_E_None;
}
-#if !defined(MACOSX) && !defined(AIX) && !defined(ANDROID)
+#if !defined(MACOSX) && !defined(AIX) && !defined(IOS) && !defined(ANDROID)
/*****************************************
* osl_newVolumeDeviceHandleImpl
@@ -1145,14 +1145,14 @@ static oslFileError osl_unmountFloppy(oslVolumeDeviceHandle hFloppy)
}
#endif
-#if ( defined(NETBSD) || defined(IOS) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
+#if ( defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
static sal_Bool osl_getFloppyMountEntry(const sal_Char* pszPath, oslVolumeDeviceHandleImpl* pItem)
{
return sal_False;
}
#endif /* NETBSD || FREEBSD || OPENBSD */
-#if ( defined(NETBSD) || defined(IOS) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
+#if ( defined(NETBSD) || defined(FREEBSD) || defined(OPENBSD) || defined(DRAGONFLY) )
static sal_Bool osl_isFloppyMounted(oslVolumeDeviceHandleImpl* pDevice)
{
return sal_False;