Clean up code.

This commit is contained in:
Erik Ogenvik 2018-10-30 19:31:27 +01:00
parent d39a1a461a
commit f87233cd53
186 changed files with 717 additions and 1552 deletions

View file

@ -155,10 +155,6 @@ PyObject * Get_PyClass(PyObject * module,
return py_class;
}
ArithmeticScript::~ArithmeticScript()
{
}
void log(LogLevel lvl, const std::string & msg)
{
}