Remove unused auth_get_challenge_not_implemented
authorAndrew Bartlett <abartlet@samba.org>
Tue, 21 May 2019 02:15:36 +0000 (14:15 +1200)
committerGary Lockyer <gary@samba.org>
Wed, 22 May 2019 05:59:13 +0000 (05:59 +0000)
This became unused after eba87995145b0e14672c1f6993f7aa3422d62541 in 2012

Found by callcatcher

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/auth/ntlm/auth_util.c

index af89130466b37dd123aba758e2b85d70699c24c9..7e72cb5123d6de44615b92548be11c9c194b3b98 100644 (file)
 #undef DBGC_CLASS
 #define DBGC_CLASS DBGC_AUTH
 
-/* this default function can be used by mostly all backends
- * which don't want to set a challenge
- */
-NTSTATUS auth_get_challenge_not_implemented(struct auth_method_context *ctx, TALLOC_CTX *mem_ctx, uint8_t chal[8])
-{
-       /* we don't want to set a challenge */
-       return NT_STATUS_NOT_IMPLEMENTED;
-}
-
 /****************************************************************************
  Create an auth_usersupplied_data structure after appropriate mapping.
 ****************************************************************************/