summaryrefslogtreecommitdiff
path: root/sal/osl/w32/file.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/file.cxx')
-rw-r--r--sal/osl/w32/file.cxx15
1 files changed, 0 insertions, 15 deletions
diff --git a/sal/osl/w32/file.cxx b/sal/osl/w32/file.cxx
index d51c243b5a38..1d13804e01b3 100644
--- a/sal/osl/w32/file.cxx
+++ b/sal/osl/w32/file.cxx
@@ -751,21 +751,6 @@ SAL_CALL osl_syncFile(oslFileHandle Handle)
}
oslFileError
-SAL_CALL osl_getFileOSHandle(
- oslFileHandle Handle,
- sal_IntPtr *piFileHandle )
-{
- FileHandle_Impl* pImpl = static_cast<FileHandle_Impl*>(Handle);
-
- if (0 == pImpl || !IsValidHandle(pImpl->m_hFile))
- return osl_File_E_INVAL;
-
- *piFileHandle = (sal_IntPtr) pImpl->m_hFile;
-
- return osl_File_E_None;
-}
-
-oslFileError
SAL_CALL osl_closeFile(oslFileHandle Handle)
{
FileHandle_Impl * pImpl = static_cast<FileHandle_Impl*>(Handle);