From 5c0d4fd8abc01f1d9d97c434d68aa5e666239584 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 21 Aug 2008 04:32:11 +0000 Subject: [PATCH] Remove bool, true, false. --- cpukit/libblock/src/flashdisk.c | 7 ------- 1 file changed, 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 @@ -127,13 +127,6 @@ #define RTEMS_FDISK_TRACE 1 #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.