Drop module.Version

We can just report versions in debug log now.
This commit is contained in:
fox.cpp 2019-03-27 21:04:33 +03:00 committed by emersion
parent ec1fc28a82
commit 5507c9f58b
6 changed files with 2 additions and 25 deletions

View file

@ -41,9 +41,6 @@ type Module interface {
// InstanceName method reports unique name of this module instance.
InstanceName() string
// Module version. Reported in logs.
Version() string
}
// FuncNewModule is function that creates new instance of module with specified name.