lib: remove unused function nttime_from_string()
[samba.git] / source3 / lib / time.c
index 30ad1ec9a014c68251410e75647c5f0f05e2dd0e..6b864253a916f742528e556d8265e425a1be8bcf 100644 (file)
 #define TIME_FIXUP_CONSTANT_INT 11644473600LL
 #endif
 
-
-/**
-  parse a nttime as a large integer in a string and return a NTTIME
-*/
-NTTIME nttime_from_string(const char *s)
-{
-       return strtoull(s, NULL, 0);
-}
-
 /**************************************************************
  Handle conversions between time_t and uint32, taking care to
  preserve the "special" values.