summaryrefslogtreecommitdiffstats
path: root/cpukit/libfs/src/imfs/imfs_debug.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-15 08:59:46 +0000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2010-07-15 08:59:46 +0000
commitf4dea06baba7eddf4d2e3ace36943ad35c64a86c (patch)
tree06fad6ddc8d7cf64527b3bce8a2cf58eaa27b036 /cpukit/libfs/src/imfs/imfs_debug.c
parent2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-f4dea06baba7eddf4d2e3ace36943ad35c64a86c.tar.bz2
2010-07-16 Sebastian Huber <sebastian.huber@embedded-brains.de>
* 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.
Diffstat (limited to '')
-rw-r--r--cpukit/libfs/src/imfs/imfs_debug.c14
1 files changed, 0 insertions, 14 deletions
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
@@ -32,20 +32,6 @@
#include <rtems/libio_.h>
/*
- * 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
*
* This routine prints the contents of the specified jnode.