Remove BoolPtr type

Not used and doesn't seem useful.

Reviewed-by: Thomas Munro <thomas.munro@enterprisedb.com>
pull/31/head^2
Peter Eisentraut 9 years ago
parent 0ec2e908ba
commit 8951c65df2
  1. 2
      src/include/c.h

@ -211,8 +211,6 @@ typedef char bool;
#endif
#endif /* not C++ */
typedef bool *BoolPtr;
#ifndef TRUE
#define TRUE 1
#endif

Loading…
Cancel
Save