summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/capture01/test1.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/libtests/capture01/test1.c')
-rw-r--r--testsuites/libtests/capture01/test1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/libtests/capture01/test1.c b/testsuites/libtests/capture01/test1.c
index c03c08bcd1..f1a2133d6b 100644
--- a/testsuites/libtests/capture01/test1.c
+++ b/testsuites/libtests/capture01/test1.c
@@ -25,7 +25,6 @@
#include <rtems.h>
-#if !BSP_SMALL_MEMORY
static volatile int capture_CT1a_deleted;
static volatile int capture_CT1b_deleted;
static volatile int capture_CT1c_deleted;
@@ -234,5 +233,3 @@ void capture_test_1 ()
printf ("error: Test 1: deleting the mutex: %s\n", rtems_status_text (sc));
}
-
-#endif /* BSP_SMALL_MEMORY */