1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Remove more unused stuff

A systematic grepping of the extern function definitions in
src/cmd/ksh93/include/*.h revealed more functions that either don't
exist or are not used anywhere. Some of them have never seen any
use in the entire ksh93-history repo (i.e. since 1995). They were
also all undocumented, so it's unlikely third-party custom
built-ins rely on them.
This commit is contained in:
Martijn Dekker 2022-06-03 18:44:45 +01:00
parent af5e91d309
commit fb8719fe1d
10 changed files with 0 additions and 107 deletions

View file

@ -72,7 +72,6 @@ extern void sh_iounsave(void);
extern void sh_iounpipe(void);
extern int sh_chkopen(const char*);
extern int sh_ioaccess(int,int);
extern int sh_devtofd(const char*);
extern int sh_isdevfd(const char*);
/* the following are readonly */