aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--contrib/sepgsql/label.c8
1 files changed, 0 insertions, 8 deletions
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 <selinux/label.h>
-/*
- * <selinux/label.h> includes <stdbool.h>, which creates an incompatible
- * #define for bool. Get rid of that so we can use our own typedef.
- * (We don't care if <stdbool.h> redefines "true"/"false"; those are close
- * enough.)
- */
-#undef bool
-
#include "access/heapam.h"
#include "access/htup_details.h"
#include "access/genam.h"