From 6e6cb0ec83dc1ad1131fb6ef1466e6666449ffed Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 8 Jan 2015 12:25:49 +0100 Subject: [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 --- include/osl/process.h | 10 ---------- 1 file changed, 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 -- cgit v1.2.3