Remove two unneeded functions.
authorMichael Adam <obnox@samba.org>
Mon, 17 Dec 2007 14:19:38 +0000 (15:19 +0100)
committerMichael Adam <obnox@samba.org>
Wed, 19 Dec 2007 17:19:06 +0000 (18:19 +0100)
commit2ccab1b3fa733199cbc382b63ba683de4e4ad596
tree3068b9ab200fd839bd66077b2efb66cd2147fd5f
parent3cf02ba9781ff8c841f56945d70241a3c11f0f28
Remove two unneeded functions.

secrets_store_trust_account_password() and trust_password_delete()
are the write access functions to the SECRETS/$MACHINE.ACC/domain keys
in secrets.tdb, the md4 hashed machine passwords. These are not used
any more: Current code always writes the clear text password.

Michael
source/passdb/secrets.c