--- src/usr.bin/make/shell.h 2005/09/17 11:07:23 1.16 +++ src/usr.bin/make/shell.h 2005/09/22 09:13:38 1.17 @@ -97,8 +97,6 @@ typedef struct Shell { bool unsetenv; /* unsetenv("ENV") before exec */ } Shell; -extern Shell *commandShell; - Shell *Shell_Match(const char []); Shell *Shell_Parse(const char []); void Shell_Destroy(Shell *);