From: Peter Eisentraut Date: Wed, 16 Aug 2017 04:22:32 +0000 (-0400) Subject: Remove BoolPtr type X-Git-Tag: jit-before-rebase-2017-11-03~272 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8951c65df2701a4620ea43f12b9fbabdb653c164;p=users%2Fandresfreund%2Fpostgres.git 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