notmuch_parse_date is not implemented, so remove the unused function prototype.
Signed-off-by: Jeffrey C. Ollie <jeff at ocjtech.us> --- lib/notmuch-private.h | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/lib/notmuch-private.h b/lib/notmuch-private.h index d3f9a4c..ddf4cb6 100644 --- a/lib/notmuch-private.h +++ b/lib/notmuch-private.h @@ -330,18 +330,6 @@ void _notmuch_message_add_reply (notmuch_message_t *message, notmuch_message_node_t *reply); -/* date.c */ - -/* Parse an RFC 8222 date string to a time_t value. - * - * The tz_offset argument can be used to also obtain the time-zone - * offset, (but can be NULL if the call is not interested in that). - * - * Returns 0 on error. - */ -time_t -notmuch_parse_date (const char *str, int *tz_offset); - /* sha1.c */ char * -- 1.6.5.2