diff options
Diffstat (limited to 'src/include/port/freebsd.h')
-rw-r--r-- | src/include/port/freebsd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/port/freebsd.h b/src/include/port/freebsd.h index 2e2e749a6b6..0e3fde55d6d 100644 --- a/src/include/port/freebsd.h +++ b/src/include/port/freebsd.h @@ -5,6 +5,4 @@ * would prefer open_datasync on FreeBSD 13+, but that is not a good choice on * many systems. */ -#ifdef HAVE_FDATASYNC #define PLATFORM_DEFAULT_SYNC_METHOD SYNC_METHOD_FDATASYNC -#endif |