sim: move trace init to dynamic modules.c

Use the new modules.c framework to find & initialize this module.
This commit is contained in:
Mike Frysinger
2021-06-13 22:42:49 -04:00
parent 05d54a045c
commit 0ecdca38bc
4 changed files with 11 additions and 8 deletions

View File

@@ -37,9 +37,6 @@ static MODULE_INSTALL_FN * const early_modules[] = {
standard_install,
sim_events_install,
sim_model_install,
#if WITH_TRACE_ANY_P
trace_install,
#endif
#if WITH_PROFILE
profile_install,
#endif