diff options
author | Sergei Golubchik <sergii@pisem.net> | 2013-06-24 20:56:55 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2013-06-24 20:56:55 +0200 |
commit | 639baee61bdfefe124414db6b12d40061a086e5b (patch) | |
tree | 4ed7af579f6b5e0a05d3f7783382460d384c7e2b /mysys/lf_hash.c | |
parent | 31a1934c9cc0c4781b4a8c30f60252b02a873a2a (diff) | |
download | mariadb-git-639baee61bdfefe124414db6b12d40061a086e5b.tar.gz |
cleanup: remove LF_REQUIRE_PINS, use compile_time_assert() instead of reimplementing it
Diffstat (limited to 'mysys/lf_hash.c')
-rw-r--r-- | mysys/lf_hash.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysys/lf_hash.c b/mysys/lf_hash.c index 38b212c65f0..aa96ca94198 100644 --- a/mysys/lf_hash.c +++ b/mysys/lf_hash.c @@ -27,8 +27,6 @@ #include <my_bit.h> #include <lf.h> -LF_REQUIRE_PINS(3) - /* An element of the list */ typedef struct { intptr volatile link; /* a pointer to the next element in a listand a flag */ |