From 3f4357f701bd93523718fad49f37ca46a1bf7b7c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Sun, 11 Dec 2005 18:53:52 +0000 Subject: remove unused variables and functions --- bin/ksh/proto.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin/ksh/proto.h') diff --git a/bin/ksh/proto.h b/bin/ksh/proto.h index 38d33b91b1e..67b3b1bfbd6 100644 --- a/bin/ksh/proto.h +++ b/bin/ksh/proto.h @@ -1,4 +1,4 @@ -/* $OpenBSD: proto.h,v 1.27 2005/10/06 06:39:36 otto Exp $ */ +/* $OpenBSD: proto.h,v 1.28 2005/12/11 18:53:51 deraadt Exp $ */ /* * prototypes for PD-KSH @@ -89,7 +89,6 @@ int c_fc(char **); void sethistsize(int); void sethistfile(const char *); char ** histpos(void); -int histN(void); int histnum(int); int findhist(int, int, const char *, int); int findhistrel(const char *); @@ -167,7 +166,6 @@ void newenv(int); void quitenv(struct shf *); void cleanup_parents_env(void); void cleanup_proc_env(void); -void aerror(Area *, const char *) __attribute__((__noreturn__)); /* misc.c */ void setctypes(const char *, int); void initctypes(void); -- cgit v1.2.3