summary refs log tree commit diff
path: root/src/redir.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/redir.h')
-rw-r--r--src/redir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/redir.h b/src/redir.h
index 8e56995..1cf2761 100644
--- a/src/redir.h
+++ b/src/redir.h
@@ -45,7 +45,6 @@ struct redirtab;
 union node;
 void redirect(union node *, int);
 void popredir(int);
-void clearredir(void);
 int savefd(int, int);
 int redirectsafe(union node *, int);
 void unwindredir(struct redirtab *stop);