Mod: modernize C++: use equals default
This commit is contained in:
@@ -79,8 +79,6 @@ public:
|
||||
initialize("This module is the Web module."); // register with Python
|
||||
}
|
||||
|
||||
~Module() override {}
|
||||
|
||||
private:
|
||||
Py::Object startServer(const Py::Tuple& args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user