lib/loginprompt.c: Remove dead code
Signed-off-by: Alejandro Colomar <alx@kernel.org>
This commit is contained in:
committed by
Iker Pedrosa
parent
5e0c61cce3
commit
5ba6cd8545
@@ -38,8 +38,6 @@ void login_prompt (char *name, int namesize)
|
||||
{
|
||||
char buf[1024];
|
||||
|
||||
#define MAX_ENV 32
|
||||
char *envp[MAX_ENV];
|
||||
char *cp;
|
||||
int i;
|
||||
FILE *fp;
|
||||
|
||||
Reference in New Issue
Block a user