Remove BoolPtr type

Not used and doesn't seem useful.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
Peter Eisentraut 2017-08-16 00:22:32 -04:00
parent 0ec2e908ba
commit 8951c65df2

View File

@ -211,8 +211,6 @@ typedef char bool;
#endif
#endif /* not C++ */
typedef bool *BoolPtr;
#ifndef TRUE
#define TRUE 1
#endif