From a0b1b5edb84fc7299060b07ef5a829caa824a438 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 15 Dec 2014 14:19:43 +0100 Subject: Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM This define was superfluous, undocumented and used inconsistently. --- testsuites/samples/fileio/system.h | 2 -- testsuites/samples/loopback/init.c | 1 - 2 files changed, 3 deletions(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h index a99c36daba..3a70ce850c 100644 --- a/testsuites/samples/fileio/system.h +++ b/testsuites/samples/fileio/system.h @@ -53,8 +53,6 @@ rtems_task Init( #define CONFIGURE_FILESYSTEM_DOSFS #endif -#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM - /* * XXX: these values are higher than needed... */ diff --git a/testsuites/samples/loopback/init.c b/testsuites/samples/loopback/init.c index 8819561721..7ac376fbe8 100644 --- a/testsuites/samples/loopback/init.c +++ b/testsuites/samples/loopback/init.c @@ -25,7 +25,6 @@ const char rtems_test_name[] = "LOOPBACK"; #define CONFIGURE_MICROSECONDS_PER_TICK 10000 #define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 50 -#define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM #define CONFIGURE_INIT_TASK_STACK_SIZE (10*1024) #define CONFIGURE_INIT_TASK_PRIORITY 50 -- cgit v1.2.3