mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-29 04:51:28 +00:00
Fix some unused variable warnings. (#162)
This commit is contained in:
@@ -139,7 +139,6 @@ int c_string_to_lisp_string(char *C, LispPTR Lisp) {
|
||||
LispPTR check_unix_password(LispPTR *args) {
|
||||
#ifndef DOS
|
||||
struct passwd *pwd;
|
||||
char *password;
|
||||
#ifndef OS5
|
||||
char *crypt(const char *, const char *);
|
||||
#endif /* OS5 */
|
||||
|
||||
Reference in New Issue
Block a user