diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-01-08 12:25:49 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-01-08 12:29:49 +0100 |
commit | 6e6cb0ec83dc1ad1131fb6ef1466e6666449ffed (patch) | |
tree | 78b83868970aa5add3d5c3ae64313e4e3490a24d /include | |
parent | 393132ca73f2deead95c000ea7381727a25731e2 (diff) |
[API CHANGE] remove oslDescriptorType/Flag
...apparently unused since the corresponding code was removed with
2ad023906439164a10e7e2bbd6ae85f0e8958efe "#87132#removed obsolete parameter in
executeProcess" in 2001
(detected after 45ec1d9b56cec41596f806ebf845ebfcd30c9f46 "brute-force
find-and-remove of unused #define constants" boldly removed the corresponding
osl_Process_DF* defines from osl/process.h)
Change-Id: I49c20aec9b4acb08d42bfa0371ee1149d6c4e9d4
Diffstat (limited to 'include')
-rw-r--r-- | include/osl/process.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/osl/process.h b/include/osl/process.h index 96be678c23c3..068ef0c69011 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -69,16 +69,6 @@ typedef enum { osl_Process_E_FORCE_EQUAL_SIZE = SAL_MAX_ENUM } oslProcessError; -typedef enum { - osl_Process_TypeNone, /* no descriptor */ - osl_Process_TypeSocket, /* socket */ - osl_Process_TypeFile, /* file */ - osl_Process_TypePipe, /* pipe */ - osl_Process_FORCE_EQUAL_SIZE = SAL_MAX_ENUM -} oslDescriptorType; - -typedef sal_Int32 oslDescriptorFlag; - #ifdef SAL_W32 # pragma pack(push, 8) #endif |