diff options
author | Zardosht Kasheff <zardosht@tokutek.com> | 2013-02-10 19:33:08 +0000 |
---|---|---|
committer | Yoni Fogel <yoni@tokutek.com> | 2013-04-17 00:01:29 -0400 |
commit | 30a0c91f346a7b380b37a32bd78a570cc5ea7f5b (patch) | |
tree | b2a565590ffc091471ad8172c484e5d8d577bc3f /ft/tests/cachetable-simple-pin-cheap.cc | |
parent | 64d39005a404e75a3b391cf6359e89da01e6e325 (diff) | |
download | mariadb-git-30a0c91f346a7b380b37a32bd78a570cc5ea7f5b.tar.gz |
closes #5978, merge to main
git-svn-id: file:///svn/toku/tokudb@53062 c7de825b-a66e-492c-adef-691d508d4ae1
Diffstat (limited to 'ft/tests/cachetable-simple-pin-cheap.cc')
-rw-r--r-- | ft/tests/cachetable-simple-pin-cheap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ft/tests/cachetable-simple-pin-cheap.cc b/ft/tests/cachetable-simple-pin-cheap.cc index f23728f4a39..53721bf6923 100644 --- a/ft/tests/cachetable-simple-pin-cheap.cc +++ b/ft/tests/cachetable-simple-pin-cheap.cc @@ -27,7 +27,7 @@ static void kibbutz_work(void *fe_v) } static void -unlock_dummy (PAIR UU(p), void* UU(v)) { +unlock_dummy (void* UU(v)) { } static void reset_unlockers(UNLOCKERS unlockers) { |