remove unused function
This commit is contained in:
parent
87313970e1
commit
3d3b5103a8
2 changed files with 0 additions and 13 deletions
|
@ -745,16 +745,6 @@ bool manager::change_modifications
|
|||
return true;
|
||||
}
|
||||
|
||||
component_availabilty manager::default_availabilty(component_type t)
|
||||
{
|
||||
if(t == ERA)
|
||||
return component_availabilty::MP;
|
||||
if(t == SCENARIO)
|
||||
return component_availabilty::MP;
|
||||
if(t == MODIFICATION)
|
||||
return component_availabilty::HYBRID;
|
||||
}
|
||||
|
||||
|
||||
} //namespace depcheck
|
||||
|
||||
|
|
|
@ -366,9 +366,6 @@ private:
|
|||
*/
|
||||
std::string find_name_for(const elem& e) const;
|
||||
|
||||
|
||||
static component_availabilty default_availabilty(component_type t);
|
||||
|
||||
};
|
||||
|
||||
} //namespace depcheck
|
||||
|
|
Loading…
Add table
Reference in a new issue