summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-13 08:47:30 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-13 08:47:30 +0200
commit3f72ad159c881d0a11e638c84064172f48f75026 (patch)
tree579c920b7b49d28f20bac636cb067ddd58e17437 /include/osl
parenta5b93782a18a2ddb6dee4033a578d919b10b6964 (diff)
osl_openMemoryAsFile is internal, Android-only functionality
Change-Id: I36734b0e5e1c0b15ed4f0845450b444b23579ffe
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/detail/file.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/osl/detail/file.h b/include/osl/detail/file.h
index b9ddabafd8ff..a3cfc732c5aa 100644
--- a/include/osl/detail/file.h
+++ b/include/osl/detail/file.h
@@ -43,9 +43,6 @@ SAL_DLLPUBLIC oslFileError SAL_CALL osl_getFileOSHandle(
oslFileHandle Handle,
sal_IntPtr *piFileHandle );
-/* for unit testing. */
-SAL_DLLPUBLIC oslFileError SAL_CALL osl_openMemoryAsFile( void *address, size_t size, oslFileHandle *pHandle );
-
#if defined __cplusplus
}
#endif