summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut2017-08-16 04:22:32 +0000
committerPeter Eisentraut2017-09-14 15:45:30 +0000
commit8951c65df2701a4620ea43f12b9fbabdb653c164 (patch)
tree5c5bf5ebb8f0ffcf8cce03874c71f2705b53fd95 /src
parent0ec2e908babfbfde83a3925680f06b16408739ff (diff)
Remove BoolPtr type
Not used and doesn't seem useful. Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
Diffstat (limited to 'src')
-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