diff options
-rw-r--r-- | src/include/c.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h index 630dfbfc413..fd53010e249 100644 --- a/src/include/c.h +++ b/src/include/c.h @@ -211,8 +211,6 @@ typedef char bool; #endif #endif /* not C++ */ -typedef bool *BoolPtr; - #ifndef TRUE #define TRUE 1 #endif |