From: Bernhard Reutner-Fischer Date: Sat, 3 Jun 2006 21:19:09 +0000 (-0000) Subject: - remove superfluous call of stack_machine(0) upon exit. X-Git-Tag: 1_2_0~222 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5084c78cbe63ae92c3e86fbadb2709cb57e8897c;p=oweals%2Fbusybox.git - remove superfluous call of stack_machine(0) upon exit. --- diff --git a/miscutils/dc.c b/miscutils/dc.c index 5956b3af8..e9c695507 100644 --- a/miscutils/dc.c +++ b/miscutils/dc.c @@ -223,6 +223,5 @@ int dc_main(int argc, char **argv) argc--; } } - stack_machine(0); return EXIT_SUCCESS; }