Loading src/loader.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,6 @@ dbpp::Database::Database(const std::string &dbdriver,const std::string &connstr) _handle=dlopen(path,RTLD_LAZY); std::cerr << path << std::endl; if (!_handle) { throw std::runtime_error("Failed to dlopen: " + std::string(dlerror())); } Loading Loading
src/loader.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -95,8 +95,6 @@ dbpp::Database::Database(const std::string &dbdriver,const std::string &connstr) _handle=dlopen(path,RTLD_LAZY); std::cerr << path << std::endl; if (!_handle) { throw std::runtime_error("Failed to dlopen: " + std::string(dlerror())); } Loading