diff options
author | serg@serg.mylan <> | 2005-03-09 14:09:06 +0100 |
---|---|---|
committer | serg@serg.mylan <> | 2005-03-09 14:09:06 +0100 |
commit | 956682de1a15d974e6ad034218bb14fa1d17a370 (patch) | |
tree | 4625d7f51e27bb495a5f571cfcad95a20d34e4a9 /mysys/my_bitmap.c | |
parent | c49928447df13564ad8c657bf01d8010c9732d0c (diff) | |
parent | c64b47fc0e4e834b0d7a449f6f948893e790e902 (diff) | |
download | mariadb-git-956682de1a15d974e6ad034218bb14fa1d17a370.tar.gz |
merged
Diffstat (limited to 'mysys/my_bitmap.c')
-rw-r--r-- | mysys/my_bitmap.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mysys/my_bitmap.c b/mysys/my_bitmap.c index 1d98204ff8e..462c4ec4692 100644 --- a/mysys/my_bitmap.c +++ b/mysys/my_bitmap.c @@ -40,8 +40,6 @@ #include <my_bitmap.h> #include <m_string.h> - -static inline void bitmap_lock(MY_BITMAP *map) { #ifdef THREAD if (map->mutex) @@ -49,8 +47,6 @@ static inline void bitmap_lock(MY_BITMAP *map) #endif } - -static inline void bitmap_unlock(MY_BITMAP *map) { #ifdef THREAD if (map->mutex) |