Fix build

This commit is contained in:
Jyrki Vesterinen 2018-10-27 20:14:15 +03:00
parent 6c696cd127
commit d5a4946aaa

View file

@ -562,8 +562,6 @@ void unit::init(const config& cfg, bool use_traits, const vconfig* vcfg)
if(const config::attribute_value* v = cfg.get("profile")) {
set_big_profile((*v).str());
adjust_profile(profile);
profile_ = profile;
}
if(const config::attribute_value* v = cfg.get("small_profile")) {