1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-01-06 18:09:33 +00:00

Revert "Add function to say whether or not a module exists in application class"

This reverts commit 522f6bf91a.
This commit is contained in:
Lanny91
2017-02-08 10:08:18 +00:00
parent 2b2fc6453f
commit 06f7ee202e
2 changed files with 0 additions and 6 deletions

View File

@@ -91,11 +91,6 @@ const Application::GlobalPar & Application::getPar(void)
return par_;
}
bool Application::hasModule(const std::string name)
{
return env().hasModule(name);
}
// execute /////////////////////////////////////////////////////////////////////
void Application::run(void)
{