summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/osl/process.h10
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