summaryrefslogtreecommitdiff
path: root/server/modules/metadata/flat_files/main.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-29 19:21:20 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-03-29 19:21:20 +0300
commit528f764a052c9b803eceb8e0e45ead92d2eb6b71 (patch)
tree13c3863100d26510137c9657377334e1741fd496 /server/modules/metadata/flat_files/main.cpp
parentc94d72e65f79402f7e0e37e779581ae10798bac7 (diff)
modified: ../../modules/metadata/flat_files/main.cpp
Diffstat (limited to 'server/modules/metadata/flat_files/main.cpp')
-rw-r--r--server/modules/metadata/flat_files/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/modules/metadata/flat_files/main.cpp b/server/modules/metadata/flat_files/main.cpp
index fb52812..baaa933 100644
--- a/server/modules/metadata/flat_files/main.cpp
+++ b/server/modules/metadata/flat_files/main.cpp
@@ -40,7 +40,6 @@ void storage_impl::load(core_api *a)
info.version = "0.0.0.1draft";
info.default_settings["data_path"] = "~/.local/share/udm/metadata";
info.on_modules_loaded = boost::bind(&storage_impl::on_modules_loaded, this);
- info.set_module_settings = boost::bind(&storage_impl::set_module_settings, this);
std::cout<<"flat_files metadata module succesfully loaded\n";
}