mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
Hide binary_ready_hook_for_platform from public
The hook is meant to be internal to the framework. So better keep its declaration in the framework-internal globals.h header. Issue #3581
This commit is contained in:
@ -14,9 +14,7 @@
|
||||
|
||||
|
||||
/* base-internal includes */
|
||||
#include <base/platform.h>
|
||||
#include <base/internal/globals.h>
|
||||
|
||||
void binary_ready_hook_for_platform()
|
||||
{
|
||||
}
|
||||
void Genode::binary_ready_hook_for_platform() { }
|
||||
|
||||
|
Reference in New Issue
Block a user