diff options
Diffstat (limited to 'Modules/cryptmodule.c')
-rw-r--r-- | Modules/cryptmodule.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/cryptmodule.c b/Modules/cryptmodule.c index 13c79ba..84f05b1 100644 --- a/Modules/cryptmodule.c +++ b/Modules/cryptmodule.c @@ -15,7 +15,6 @@ static object *crypt_crypt(self, args) char *word, *salt; extern char * crypt(); - struct passwd *p; if (!getargs(args, "(ss)", &word, &salt)) { return NULL; } |