From dea4db9611ff0216d55ec497b8d9139f563932f1 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 17 Oct 2008 12:02:39 +0200 Subject: Remove obsolete comment about bool. --- source3/include/includes.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source3/include') diff --git a/source3/include/includes.h b/source3/include/includes.h index 26122d2978..9594393474 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1087,10 +1087,6 @@ LDAP *ldap_open_with_timeout(const char *server, int port, unsigned int to); ssize_t readahead(int fd, off64_t offset, size_t count); #endif -/* TRUE and FALSE are part of the C99 standard and gcc, but - unfortunately many vendor compilers don't support them. Use True - and False instead. */ - #ifdef TRUE #undef TRUE #endif -- cgit