We do not have Module::execute() anymore

This commit is contained in:
Matthias Beyer 2015-11-27 18:27:19 +01:00
parent 8404303dbd
commit a24d3175dd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fn main() {
if let Some(matches) = rt.config.cli_matches.subcommand_matches("bm") {
let module : BMModule = Module::new(&rt);
module.execute(&rt);
//module.execute(&rt);
module.shutdown(&rt);
} else {
// Err(ModuleError::mk("No commandline call"))