removed unnecessary line

metadata
Wenzel Jakob 2011-04-04 12:02:30 +02:00
parent cd8f6b3dcb
commit c5669acde3
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ int mtsutil(int argc, char **argv) {
int retval = utility->run(argc-optind, argv+optind);
scheduler->pause();
utility = NULL;
scheduler->stop();
delete plugin;
return retval;
}