mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 15:43:56 +00:00
Remove redundant calls to exec_static_constructors()
This commit is contained in:
@ -205,14 +205,6 @@ struct Test::Main
|
||||
|
||||
void Component::construct(Genode::Env &env)
|
||||
{
|
||||
/*
|
||||
* The indirect dependency from libc (via ttf_font) introduces a global
|
||||
* constructor in the binary. (typeinfo for 'Genode::Exception').
|
||||
*
|
||||
* XXX Why is this ctors entry generated?
|
||||
*/
|
||||
env.exec_static_constructors();
|
||||
|
||||
static Test::Main main(env);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user