summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfatal_support/system.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-05 19:55:44 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-12 09:36:20 +0100
commit51765553849a7236b19e4c2ca32cfca16fa4ef28 (patch)
treea4f563d0da871d1a354dd30ae9d5291a5628bd2f /testsuites/sptests/spfatal_support/system.h
parentspfatal16: Remove obsolete test program (diff)
downloadrtems-51765553849a7236b19e4c2ca32cfca16fa4ef28.tar.bz2
sptests: Remove obsolete semaphore consume driver
This driver is no longer used by a test program. Update #3818.
Diffstat (limited to 'testsuites/sptests/spfatal_support/system.h')
-rw-r--r--testsuites/sptests/spfatal_support/system.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuites/sptests/spfatal_support/system.h b/testsuites/sptests/spfatal_support/system.h
index 1dc0d8b19b..c03b303c2b 100644
--- a/testsuites/sptests/spfatal_support/system.h
+++ b/testsuites/sptests/spfatal_support/system.h
@@ -40,17 +40,6 @@ void Put_Source( rtems_fatal_source source );
void force_error(void);
-/* need some prototypes for test cases */
-
-rtems_device_driver consume_semaphores_initialize(
- rtems_device_major_number major RTEMS_UNUSED,
- rtems_device_minor_number minor RTEMS_UNUSED,
- void *pargp RTEMS_UNUSED
-);
-
-#define CONSUME_SEMAPHORE_DRIVERS \
- { consume_semaphores_initialize, NULL, NULL, NULL, NULL, NULL }
-
#include "testcase.h"
/* configuration information */