On Monday 07 September 2009, Henning Westerholt wrote:
during a review i noticed that it seems that all the
functionality in the
modules_s/dbg module is also provided from the modules_k/cfgutils module.
function mapping:
- dbg_msleep(n) -> usleep(n*1000)
- dbg_abort() -> abort()
- dbg_pkg_status() -> pkg_status()
- dbg_shm_status() -> shm_status()
It is ok when i remove this module? If this one additional multiplication
is not ok, i can of course also add a 'm_sleep' function to the cfgutils
module as well.
After discussing this last week in Berlin at the developer meeting it seems to
ok to remove the module.
Regards,
Henning