diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-09-02 22:28:27 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-09-02 22:28:27 +0000 |
commit | 90dec1edc1c7c3d140b332703f215c2c506e0ff3 (patch) | |
tree | 67f58189fa1822c9d40cf97e23b94c56720cacf6 /bin | |
parent | 722ba00f33a144e85977ce55a955d5e953ad3ceb (diff) | |
download | FreeBSD-src-90dec1edc1c7c3d140b332703f215c2c506e0ff3.zip FreeBSD-src-90dec1edc1c7c3d140b332703f215c2c506e0ff3.tar.gz |
Remove extra getenv() declaration.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/show.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/show.c b/bin/sh/show.c index 8cfc356..1046428 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -371,7 +371,6 @@ void opentrace(void) { char s[100]; - char *getenv(); int flags; if (!debug) |