X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Ffactory_filter.cpp;h=39152028b21f3975eb06240e22e984395db790f9;hb=6c53f69359d38fb81ed546c97e558c42826706b6;hp=7ea6d3abf4cee79873cea12a8b02186be081a85f;hpb=e38f1b959c56b11e2e0c48bcde12cb2a05f8ea84;p=metaproxy-moved-to-github.git diff --git a/src/factory_filter.cpp b/src/factory_filter.cpp index 7ea6d3a..3915202 100644 --- a/src/factory_filter.cpp +++ b/src/factory_filter.cpp @@ -101,15 +101,6 @@ mp::filter::Base* mp::FactoryFilter::create(std::string fi) return (it->second()); } -bool mp::FactoryFilter::have_dl_support() -{ -#if HAVE_DLFCN_H - return true; -#else - return false; -#endif -} - bool mp::FactoryFilter::add_creator_dl(const std::string &fi, const std::string &path) {