Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--miscutils/dc.c1
1 files changed, 0 insertions, 1 deletions
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;
}