summaryrefslogtreecommitdiffstats
path: root/bin/sh/TOUR
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2013-01-20 12:44:50 +0000
committerjilles <jilles@FreeBSD.org>2013-01-20 12:44:50 +0000
commitcbc4c398d44760649fc29143cd80d3d2b15442ed (patch)
treef54c8326998bb42465e5f36fa16e3ac63b79d8e0 /bin/sh/TOUR
parente072d47ed32f3fa80eb1c091148c6dcbcc4bac1c (diff)
downloadFreeBSD-src-cbc4c398d44760649fc29143cd80d3d2b15442ed.zip
FreeBSD-src-cbc4c398d44760649fc29143cd80d3d2b15442ed.tar.gz
sh: Remove mkinit's initialization routine.
Instead, call the only init function left directly from main().
Diffstat (limited to 'bin/sh/TOUR')
-rw-r--r--bin/sh/TOUR4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/sh/TOUR b/bin/sh/TOUR
index 4b61bdf..13438b5 100644
--- a/bin/sh/TOUR
+++ b/bin/sh/TOUR
@@ -33,10 +33,6 @@ programs is:
There are undoubtedly too many of these. Mkinit searches all the
C source files for entries looking like:
- INIT {
- x = 1; /* executed during initialization */
- }
-
RESET {
x = 2; /* executed when the shell does a longjmp
back to the main command loop */
OpenPOWER on IntegriCloud