summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorRiccardo Magliocchetti <riccardo.magliocchetti@gmail.com>2014-08-08 14:47:59 +0200
committerMichael Stahl <mstahl@redhat.com>2014-08-08 14:16:05 +0000
commitb471943640f51e252046e2c91a7cb00d72f8d07c (patch)
tree346ed4047529b54def39577789c4a580f800412c /include/osl
parent5ab1098d5fbc1ba092da73af2b92e5bcdd7a3f8d (diff)
osl: kill check for ancient freebsd < 7 versions
Change-Id: I082611edd88daae36181d62f9fc56b588630629b Reviewed-on: https://gerrit.libreoffice.org/10828 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/endian.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/osl/endian.h b/include/osl/endian.h
index 30fa42be0057..0819deebba41 100644
--- a/include/osl/endian.h
+++ b/include/osl/endian.h
@@ -80,13 +80,6 @@ extern "C" {
#ifdef FREEBSD
# include <sys/param.h>
# include <machine/endian.h>
-#if __FreeBSD_version < 500000
-# if BYTE_ORDER == LITTLE_ENDIAN
-# define _LITTLE_ENDIAN
-# elif BYTE_ORDER == BIG_ENDIAN
-# define _BIG_ENDIAN
-# endif
-#endif
#endif
#ifdef AIX