From f4dea06baba7eddf4d2e3ace36943ad35c64a86c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 15 Jul 2010 08:59:46 +0000 Subject: 2010-07-16 Sebastian Huber * libfs/src/imfs/imfs.h: Changed IMFS_jnode_types_t to an enum. Removed IMFS_NUMBER_OF_TYPES define. * libfs/src/imfs/imfs_debug.c: Removed IMFS_types. --- cpukit/libfs/src/imfs/imfs_debug.c | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'cpukit/libfs/src/imfs/imfs_debug.c') diff --git a/cpukit/libfs/src/imfs/imfs_debug.c b/cpukit/libfs/src/imfs/imfs_debug.c index 5c5db89941..bfc9de0eac 100644 --- a/cpukit/libfs/src/imfs/imfs_debug.c +++ b/cpukit/libfs/src/imfs/imfs_debug.c @@ -31,20 +31,6 @@ #include "imfs.h" #include -/* - * IMFS_types - * - * Printable names for each of the IMFS file system types. - */ - -char *IMFS_types[ IMFS_NUMBER_OF_TYPES ] = { - "directory", - "device", - "link", - "memory file", - "linear file" -}; - /* * IMFS_print_jnode * -- cgit v1.2.3