diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-01-13 11:00:40 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-01-15 08:55:00 +0100 |
commit | a1e3eaf953346b708817f2233124648863873919 (patch) | |
tree | 4e10dba3ba488765f70e252fecc9b5121e0a5cb9 /include | |
parent | fe0112e2522750493eb3cb89ad3bf4985f311279 (diff) | |
download | mariadb-git-a1e3eaf953346b708817f2233124648863873919.tar.gz |
fix a duplicate macro definition
Diffstat (limited to 'include')
-rw-r--r-- | include/lf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/lf.h b/include/lf.h index dcd38ed9f6e..27de5653db9 100644 --- a/include/lf.h +++ b/include/lf.h @@ -83,7 +83,6 @@ typedef struct { } while(0) #define lf_unpin(PINS, PIN) lf_pin(PINS, PIN, NULL) -#define lf_unpin(PINS, PIN) lf_pin(PINS, PIN, NULL) #define lf_assert_pin(PINS, PIN) assert((PINS)->pin[PIN] != 0) #define lf_assert_unpin(PINS, PIN) assert((PINS)->pin[PIN] == 0) |