mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04: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
1 changed files with 0 additions and 2 deletions
|
|
@ -211,8 +211,6 @@ typedef char bool;
|
|||
#endif
|
||||
#endif /* not C++ */
|
||||
|
||||
typedef bool *BoolPtr;
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue