diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-08 12:21:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-08 12:29:49 +0100 |
commit | 393132ca73f2deead95c000ea7381727a25731e2 (patch) | |
tree | 0460951830d3a9c52bae77611854709e564ef51b /sal/osl/unx/process.cxx | |
parent | 350824178333b58948dbc3826ad759f10b0f026e (diff) |
[API CHANGE] Remove osl_send/receiveResourcePipe
...they had not been documented in osl/process.h and the sal/osl/unx
implementation had been stubbed out since
7b37265b8e1afe480a6bbd271bf48fa1cbb44d55 "sal: remove unx implementation of
osl_sendResourcePipe/osl_receiveResourcePipe" in 2012
Change-Id: Ia3ae853d95b6f3b2d2743f06755ef8f6246501d8
Diffstat (limited to 'sal/osl/unx/process.cxx')
-rw-r--r-- | sal/osl/unx/process.cxx | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/sal/osl/unx/process.cxx b/sal/osl/unx/process.cxx index 8030664d10e1..ea60b2b27049 100644 --- a/sal/osl/unx/process.cxx +++ b/sal/osl/unx/process.cxx @@ -110,23 +110,6 @@ oslProcessError SAL_CALL osl_psz_executeProcess(sal_Char *pszImageName, /****************************************************************************** * - * New io resource transfer functions - * - *****************************************************************************/ - -sal_Bool osl_sendResourcePipe(oslPipe /*pPipe*/, oslSocket /*pSocket*/) -{ - return osl_Process_E_InvalidError; -} - -oslSocket osl_receiveResourcePipe(oslPipe /*pPipe*/) -{ - oslSocket pSocket = 0; - return pSocket; -} - -/****************************************************************************** - * * Functions for starting a process * *****************************************************************************/ |