diff options
Diffstat (limited to 'sim/common/sim-module.c')
-rw-r--r-- | sim/common/sim-module.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sim/common/sim-module.c b/sim/common/sim-module.c index 8498f80..4f23882 100644 --- a/sim/common/sim-module.c +++ b/sim/common/sim-module.c @@ -65,10 +65,6 @@ static MODULE_INSTALL_FN * const modules[] = { /* TODO: Shouldn't have device models here. */ dv_sockser_install, #endif - /* Configured in [simulator specific] additional modules. */ -#ifdef MODULE_LIST - MODULE_LIST -#endif 0 }; |