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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user