diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-10-17 17:21:07 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-10-17 17:21:07 +0000 |
commit | f9e6c67a3f1bf54c892cafa5aae454d9d0883d6e (patch) | |
tree | 7ae4cf13f75db8e6d4b1ff1116ca90b974e463f1 | |
parent | fc865ee5b213a0ae1efe32a82d7ca74ea8d1a6ef (diff) |
-dce
-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 |