diff options
author | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:18:36 -0300 |
---|---|---|
committer | Davi Arnaut <davi.arnaut@oracle.com> | 2010-07-23 17:18:36 -0300 |
commit | 152df97da133fe598ecb568f234fde2fd66e4d64 (patch) | |
tree | e39190b7222d99ca43735545cd66a9090e96e4ee /mysys/my_bit.c | |
parent | e81506971f2c465f583e3f6f23857f50a88c48de (diff) | |
download | mariadb-git-152df97da133fe598ecb568f234fde2fd66e4d64.tar.gz |
WL#5498: Remove dead and unused source code
Remove wrappers around inline -- static inline is used without
wrappers throughout the source code. We rely on the compiler or
linker to eliminate unused static functions.
Diffstat (limited to 'mysys/my_bit.c')
-rw-r--r-- | mysys/my_bit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mysys/my_bit.c b/mysys/my_bit.c index 2881eb1ebd2..f072f243765 100644 --- a/mysys/my_bit.c +++ b/mysys/my_bit.c @@ -15,13 +15,6 @@ #include <my_global.h> -#ifndef HAVE_INLINE -/* the following will cause all inline functions to be instantiated */ -#define HAVE_INLINE -#undef STATIC_INLINE -#define STATIC_INLINE extern -#endif - #include <my_bit.h> const char _my_bits_nbits[256] = { |