Skip to content
Snippets Groups Projects
Commit 8e08b89f authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Remove unused using directive found by llvm

parent 1ce04b4a
No related merge requests found
......@@ -60,9 +60,6 @@ void debug(Logger *self, const boost::python::object &message) {
void export_Logger() {
register_ptr_to_python<boost::shared_ptr<Logger>>();
// To distinguish between the overloaded functions
using LogLevelFunction = void (Logger::*)(const std::string &);
class_<Logger, boost::noncopyable>(
"Logger", init<std::string>((arg("self"), arg("name"))))
.def("__init__",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment