aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/c.h2
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