summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-21 04:32:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-21 04:32:11 +0000
commit5c0d4fd8abc01f1d9d97c434d68aa5e666239584 (patch)
tree1745ee4b68fec6be97d279e44a2071f0a23108e4 /cpukit
parent2008-08-21 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5c0d4fd8abc01f1d9d97c434d68aa5e666239584.tar.bz2
Remove bool, true, false.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libblock/src/flashdisk.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/cpukit/libblock/src/flashdisk.c b/cpukit/libblock/src/flashdisk.c
index d67d4a02bf..b132a40b1f 100644
--- a/cpukit/libblock/src/flashdisk.c
+++ b/cpukit/libblock/src/flashdisk.c
@@ -128,13 +128,6 @@
#endif
/**
- * Provide a basic boolean type.
- */
-#define bool int
-#define true (1)
-#define false (0)
-
-/**
* The start of a segment has a segment control table. This hold the CRC and
* block number for the page.
*