From 355f69a810ef626d1530660c1fa479c31a40c48d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 18 Jan 2006 14:58:04 +0000 Subject: Remove unused code --- cpukit/posix/include/rtems/posix/threadsup.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit') diff --git a/cpukit/posix/include/rtems/posix/threadsup.h b/cpukit/posix/include/rtems/posix/threadsup.h index 4e3bc4c085..6f295160b7 100644 --- a/cpukit/posix/include/rtems/posix/threadsup.h +++ b/cpukit/posix/include/rtems/posix/threadsup.h @@ -26,14 +26,6 @@ typedef struct { sigset_t signals_blocked; sigset_t signals_pending; -#if 0 - /* - * POSIX Interrupts - */ - uint32_t interrupts_installed; - CORE_semaphore_Control Interrupt_Semaphore; -#endif - /* * POSIX Cancelability */ -- cgit v1.2.3