summaryrefslogtreecommitdiff
path: root/server/modules
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-08-31 20:56:45 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2015-08-31 20:56:45 +0300
commitb5af51e358073145cdf66470cc890d98547a6dac (patch)
treedf8520f32850ea87efcc616b978546daf201bc13 /server/modules
parent4b4002115d6c7b5c5113d1e2e6e9025565e1c9bb (diff)
server:
core: another bit of api simplification modules: adapted to api changes
Diffstat (limited to 'server/modules')
-rw-r--r--server/modules/downloaders/curl/main.h1
-rw-r--r--server/modules/metadata/flat_files/main.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/server/modules/downloaders/curl/main.h b/server/modules/downloaders/curl/main.h
index 12d427a..4c4cbe9 100644
--- a/server/modules/downloaders/curl/main.h
+++ b/server/modules/downloaders/curl/main.h
@@ -50,7 +50,6 @@ public:
download_s get_download(int download_id, std::map<int, std::string> params = std::map<int, std::string>()); //same as above, except this one is for single download, not a complete list
private:
void on_modules_loaded();
-// downloader_module_info info;
std::map<int, my_download> downloads; //map of id, download
};
diff --git a/server/modules/metadata/flat_files/main.h b/server/modules/metadata/flat_files/main.h
index b315d62..3d228f4 100644
--- a/server/modules/metadata/flat_files/main.h
+++ b/server/modules/metadata/flat_files/main.h
@@ -41,7 +41,6 @@ class storage_impl: public module_metadata_storage
private:
void on_modules_loaded();
- module_info_base info;
std::string parsed_data_path;
};