Commit 8951c65d authored by Peter Eisentraut's avatar Peter Eisentraut

Remove BoolPtr type

Not used and doesn't seem useful.
Reviewed-by: default avatarThomas Munro <thomas.munro@enterprisedb.com>
parent 0ec2e908
......@@ -211,8 +211,6 @@ typedef char bool;
#endif
#endif /* not C++ */
typedef bool *BoolPtr;
#ifndef TRUE
#define TRUE 1
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment