diff options
Diffstat (limited to 'storage/innobase/include/ut0byte.h')
-rw-r--r-- | storage/innobase/include/ut0byte.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/storage/innobase/include/ut0byte.h b/storage/innobase/include/ut0byte.h index bcf1b8e4a2d..59a813a2590 100644 --- a/storage/innobase/include/ut0byte.h +++ b/storage/innobase/include/ut0byte.h @@ -112,8 +112,6 @@ ut_bit_set_nth( ulint n, /*!< in: nth bit requested */ ibool val); /*!< in: value for the bit to set */ -#ifndef UNIV_NONINL #include "ut0byte.ic" -#endif #endif |