mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
Warn on redundant call to exec_static_constructors()
This commit is contained in:
@ -504,8 +504,5 @@ struct Nitlog::Main
|
||||
|
||||
void Component::construct(Genode::Env &env)
|
||||
{
|
||||
/* XXX execute constructors of global statics */
|
||||
env.exec_static_constructors();
|
||||
|
||||
static Nitlog::Main main(env);
|
||||
}
|
||||
|
Reference in New Issue
Block a user