s3-privs Inline dump_se_priv into callers now that it's just a uint64_t
[abartlet/samba.git/.git] / libcli / security / privileges.c
index d72401af3fd7da9f9d8f62d33c8a758cd4c4ef49..f4f3321198672fde501674ff63b80278bafab9d2 100644 (file)
@@ -176,15 +176,6 @@ bool se_priv_from_name( const char *name, uint64_t *privilege_mask )
        return false;
 }
 
-/***************************************************************************
- dump an uint64_t structure to the log files
-****************************************************************************/
-
-void dump_se_priv( int dbg_cl, int dbg_lvl, const uint64_t *privilege_mask )
-{
-       DEBUGADDC( dbg_cl, dbg_lvl,("uint64_t 0x%llx\n", (unsigned long long)*privilege_mask));
-}
-
 /****************************************************************************
  check if the privilege is in the privilege list
 ****************************************************************************/