mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Remove BoolPtr type
Not used and doesn't seem useful. Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
This commit is contained in:
parent
0ec2e908ba
commit
8951c65df2
@ -211,8 +211,6 @@ typedef char bool;
|
||||
#endif
|
||||
#endif /* not C++ */
|
||||
|
||||
typedef bool *BoolPtr;
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user