lib: Remove timeval_until()
[gd/samba-autobuild/.git] / lib / util / time.h
index bfbd1b811dd3470a0e4fde1d2e2af3d7fdb94f8b..cc4fd98771c6e3e6fd413c045a53cbadadd088e6 100644 (file)
@@ -317,14 +317,6 @@ struct timeval timeval_min(const struct timeval *tv1,
 struct timeval timeval_max(const struct timeval *tv1,
                           const struct timeval *tv2);
 
-/**
-  return the difference between two timevals as a timeval
-  if tv1 comes after tv2, then return a zero timeval
-  (this is *tv2 - *tv1)
-*/
-struct timeval timeval_until(const struct timeval *tv1,
-                            const struct timeval *tv2);
-
 /**
   convert a timeval to a NTTIME
 */