mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +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:
@@ -211,8 +211,6 @@ typedef char bool;
|
||||
#endif
|
||||
#endif /* not C++ */
|
||||
|
||||
typedef bool *BoolPtr;
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user