summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-13 10:05:36 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-13 10:08:19 +0200
commit416543e829922f117ee5dc15125b470099c9e148 (patch)
treec20110a4e423931a7dbbd73fdd475b553e4950f9 /include
parent6e2818a1f8304562ec393f6d84c237596657b54f (diff)
All three uses of osl_getFileOSHandle have been removed again
...introduced with a64db11b6ca1c0c99937cd99129758dbbe575ac2 "Add some non-public API to be used by SvFileStream" and e541105b45d5da8df296883111194e3a0297a2e7 "Use osl API to access files in the SvFileStream code" but subsequently identified as dead code with ab02fa6552fb098990e74f2787cf02b01c0e532b "callcatcher: update list," 05a8216d03b5db559e01dd1808f2805df31c970a "STAR_ENABLE_FILE_LOCKING was a secret," and 1d3483ed279982278b2f9fb1bab63485523e48c5 "Remove some unused code from unusedcode.easy." Change-Id: I9c8584890270a87e58b8d8021080ffe54bc97b93
Diffstat (limited to 'include')
-rw-r--r--include/osl/detail/file.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/osl/detail/file.h b/include/osl/detail/file.h
index a3cfc732c5aa..ddcc47eda260 100644
--- a/include/osl/detail/file.h
+++ b/include/osl/detail/file.h
@@ -38,11 +38,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_openFilePath(
oslFileHandle* pHandle,
sal_uInt32 uFlags );
-/* Get the OS specific "handle" of an open file. */
-SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileOSHandle(
- oslFileHandle Handle,
- sal_IntPtr *piFileHandle );
-
#if defined __cplusplus
}
#endif