- remove superfluous call of stack_machine(0) upon exit.

This commit is contained in:
Bernhard Reutner-Fischer 2006-06-03 21:19:09 +00:00
parent 5f6d67b7d6
commit 5084c78cbe

View File

@ -223,6 +223,5 @@ int dc_main(int argc, char **argv)
argc--;
}
}
stack_machine(0);
return EXIT_SUCCESS;
}