aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/redir.h
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@FreeBSD.org>2013-08-16 20:24:41 +0000
committerJilles Tjoelker <jilles@FreeBSD.org>2013-08-16 20:24:41 +0000
commit9bb8ccd6425db3ff2d2bb39030999e398169f7ae (patch)
tree1876bd2ebffa9c169c9ddafa54a21b130539fead /bin/sh/redir.h
parent65f63c73cb2b44bb378f46875acef64ba14bf865 (diff)
downloadsrc-9bb8ccd6425db3ff2d2bb39030999e398169f7ae.tar.gz
src-9bb8ccd6425db3ff2d2bb39030999e398169f7ae.zip
sh: Remove unnecessary reset functions.
These are already handled by exception handlers.
Notes
Notes: svn path=/head/; revision=254426
Diffstat (limited to 'bin/sh/redir.h')
-rw-r--r--bin/sh/redir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/redir.h b/bin/sh/redir.h
index d012440a4383..ad44c4eddd8c 100644
--- a/bin/sh/redir.h
+++ b/bin/sh/redir.h
@@ -40,7 +40,6 @@
union node;
void redirect(union node *, int);
void popredir(void);
-void resetredir(void);
int fd0_redirected_p(void);
void clearredir(void);