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

@ -156,8 +156,6 @@ extern int sh_trace(char*[],int);
extern void sh_trim(char*);
extern int sh_type(const char*);
extern void sh_unscope(void);
extern void sh_utol(const char*, char*);
extern int sh_whence(char**,int);
#if SHOPT_NAMESPACE
extern Namval_t *sh_fsearch(const char *,int);
#endif /* SHOPT_NAMESPACE */