lib/util: Standardize use of st_[acm]time ns
[samba.git] / source3 / lib / util_sid.c
index 71a4800d60216ced68c5d356f7c06e4f09464fa2..57cd76c108d31128e750078e1daeff8576ce6d2a 100644 (file)
@@ -39,17 +39,6 @@ char *sid_to_fstring(fstring sidstr_out, const struct dom_sid *sid)
        return sidstr_out;
 }
 
-/*****************************************************************
- Useful function for debug lines.
-*****************************************************************/
-
-char *sid_string_dbg(const struct dom_sid *sid)
-{
-       char *result = dom_sid_string(talloc_tos(), sid);
-       SMB_ASSERT(result != NULL);
-       return result;
-}
-
 /*****************************************************************
  Write a sid out into on-the-wire format.
 *****************************************************************/