diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 7554017923c..dba0986e02a 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -12,14 +12,6 @@ #include -/* - * includes , which creates an incompatible - * #define for bool. Get rid of that so we can use our own typedef. - * (We don't care if redefines "true"/"false"; those are close - * enough.) - */ -#undef bool - #include "access/heapam.h" #include "access/htup_details.h" #include "access/genam.h"