aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2017-08-16 00:22:32 -0400
committerPeter Eisentraut <peter_e@gmx.net>2017-09-14 11:45:30 -0400
commit8951c65df2701a4620ea43f12b9fbabdb653c164 (patch)
tree5c5bf5ebb8f0ffcf8cce03874c71f2705b53fd95
parent0ec2e908babfbfde83a3925680f06b16408739ff (diff)
downloadpostgresql-8951c65df2701a4620ea43f12b9fbabdb653c164.tar.gz
postgresql-8951c65df2701a4620ea43f12b9fbabdb653c164.zip
Remove BoolPtr type
Not used and doesn't seem useful. Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
-rw-r--r--src/include/c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/c.h b/src/include/c.h
index 630dfbfc413..fd53010e249 100644
--- a/src/include/c.h
+++ b/src/include/c.h
@@ -211,8 +211,6 @@ typedef char bool;
#endif
#endif /* not C++ */
-typedef bool *BoolPtr;
-
#ifndef TRUE
#define TRUE 1
#endif