Skip to content

Commit 7725f87

Browse files
committed
MDEV-15250 fixup: Remove MY_GNUC_PREREQ
The macro MY_GNUC_PREREQ() was used for testing for some minor GCC 4 versions before GCC 4.8.5, which is the oldest version that supports C++11, which we depend on ever since commit d9613b7
1 parent 7c0b9c6 commit 7725f87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

include/my_compiler.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,6 @@
7777
Generic (compiler-independent) features.
7878
*/
7979

80-
#ifndef MY_GNUC_PREREQ
81-
# define MY_GNUC_PREREQ(maj, min) (0)
82-
#endif
83-
8480
#ifndef MY_ALIGNOF
8581
# ifdef __cplusplus
8682
template<typename type> struct my_alignof_helper { char m1; type m2; };

0 commit comments

Comments
 (0)