diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-01 01:30:33 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2002-10-01 01:30:33 +0000 |
| commit | c515abc5351aca6366cc055ff9ecf1235ada48ad (patch) | |
| tree | f5531a75f6f0027fd328aabb711bfb4d5251b612 /bin/sh | |
| parent | 13d4f45b18948eccb21c6c8995569a231d332222 (diff) | |
Notes
Diffstat (limited to 'bin/sh')
| -rw-r--r-- | bin/sh/main.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/bin/sh/main.c b/bin/sh/main.c index 9dd4fd79a54f..f47ab0a283e8 100644 --- a/bin/sh/main.c +++ b/bin/sh/main.c @@ -77,14 +77,8 @@ __FBSDID("$FreeBSD$"); #include "exec.h" #include "cd.h" -#define PROFILE 0 - int rootpid; int rootshell; -#if PROFILE -short profile_buf[16384]; -extern int etext(); -#endif STATIC void read_profile(char *); STATIC char *find_dot_file(char *); @@ -105,9 +99,6 @@ main(int argc, char *argv[]) volatile int state; char *shinit; -#if PROFILE - monitor(4, etext, profile_buf, sizeof profile_buf, 50); -#endif (void) setlocale(LC_ALL, ""); state = 0; if (setjmp(jmploc.loc)) { @@ -195,9 +186,6 @@ state3: state4: /* XXX ??? - why isn't this before the "if" statement */ cmdloop(1); } -#if PROFILE - monitor(0); -#endif exitshell(exitstatus); /*NOTREACHED*/ return 0; |
