Remove unused global variables.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 21 Oct 2008 14:33:25 +0000 (16:33 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 21 Oct 2008 14:33:25 +0000 (16:33 +0200)
source4/lib/samba3/smbpasswd.c

index 47c826f9df2e1a8e0d87fedbae8b19f953d22bec..502f13febc732408a7d13c389ac8b43c09d74cfa 100644 (file)
@@ -89,9 +89,6 @@ struct samr_Password *smbpasswd_gethexpwd(TALLOC_CTX *mem_ctx, const char *p)
 }
 
 /*! Convert a 16-byte array into 32 hex characters. */
-       struct samr_Password *lm_hash_p = NULL;
-       struct samr_Password *nt_hash_p = NULL;
-
 char *smbpasswd_sethexpwd(TALLOC_CTX *mem_ctx, struct samr_Password *pwd, uint16_t acb_info)
 {
        char *p;