diff options
author | George Hazan <ghazan@miranda.im> | 2017-10-24 14:21:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-10-24 14:21:30 +0300 |
commit | 753a9206768e249e8efedbab65c06641bb8956ac (patch) | |
tree | a91251bfd66b5279a867c9c708bd913a980f02c5 /plugins/Dbx_kyoto/src/kyotocabinet/kccachedb.cc | |
parent | 3aeb9c4fc4877b04b2ec05a191a6a7b8d231f104 (diff) |
we don't need these test plugins anymore
Diffstat (limited to 'plugins/Dbx_kyoto/src/kyotocabinet/kccachedb.cc')
-rw-r--r-- | plugins/Dbx_kyoto/src/kyotocabinet/kccachedb.cc | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/plugins/Dbx_kyoto/src/kyotocabinet/kccachedb.cc b/plugins/Dbx_kyoto/src/kyotocabinet/kccachedb.cc deleted file mode 100644 index 23d81f1c29..0000000000 --- a/plugins/Dbx_kyoto/src/kyotocabinet/kccachedb.cc +++ /dev/null @@ -1,27 +0,0 @@ -/************************************************************************************************* - * Cache hash database - * Copyright (C) 2009-2012 FAL Labs - * This file is part of Kyoto Cabinet. - * This program is free software: you can redistribute it and/or modify it under the terms of - * the GNU General Public License as published by the Free Software Foundation, either version - * 3 of the License, or any later version. - * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; - * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - * See the GNU General Public License for more details. - * You should have received a copy of the GNU General Public License along with this program. - * If not, see <http://www.gnu.org/licenses/>. - *************************************************************************************************/ - - -#include "kccachedb.h" -#include "myconf.h" - -namespace kyotocabinet { // common namespace - - -// There is no implementation now. - - -} // common namespace - -// END OF FILE |