summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-17 12:02:39 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-18 14:15:25 +0200
commitdea4db9611ff0216d55ec497b8d9139f563932f1 (patch)
tree185ef8d342735535dd855df4ffef1271e09ec249 /source3
parentfb1a93e666f864269eb62d73fd2cbd2b23f26dab (diff)
downloadsamba-dea4db9611ff0216d55ec497b8d9139f563932f1.tar.gz
samba-dea4db9611ff0216d55ec497b8d9139f563932f1.tar.bz2
samba-dea4db9611ff0216d55ec497b8d9139f563932f1.zip
Remove obsolete comment about bool.
Diffstat (limited to 'source3')
-rw-r--r--source3/include/includes.h4
1 files changed, 0 insertions, 4 deletions
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