diff options
-rw-r--r-- | src/include/gnunet_time_lib.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/gnunet_time_lib.h b/src/include/gnunet_time_lib.h index fe5c088043..da22ab31eb 100644 --- a/src/include/gnunet_time_lib.h +++ b/src/include/gnunet_time_lib.h @@ -441,18 +441,6 @@ GNUNET_TIME_absolute_ntoh (struct GNUNET_TIME_AbsoluteNBO a); /** - * Convert a relative time to a string. - * NOT reentrant! FIXME: duplicate with GNUNET_STRINGS_relative_time_to_string! - * - * @param time the time to print - * - * @return string form of the time (as milliseconds) - */ -const char * -GNUNET_TIME_relative_to_string (struct GNUNET_TIME_Relative time); - - -/** * Set the timestamp offset for this instance. * * @param offset the offset to skew the locale time by |