From: Peter Eisentraut Date: Wed, 16 Aug 2017 04:22:32 +0000 (-0400) Subject: Remove BoolPtr type X-Git-Tag: REL_11_BETA1~1605 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8951c65df2701a4620ea43f12b9fbabdb653c164;p=postgresql Remove BoolPtr type Not used and doesn't seem useful. Reviewed-by: Thomas Munro --- diff --git a/src/include/c.h b/src/include/c.h index 630dfbfc41..fd53010e24 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