Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id DE219431FBC for ; Sat, 28 Nov 2009 12:11:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WQbu7Le4YKZA for ; Sat, 28 Nov 2009 12:11:28 -0800 (PST) Received: from mail-yw0-f200.google.com (mail-yw0-f200.google.com [209.85.211.200]) by olra.theworths.org (Postfix) with ESMTP id 4529B431FAE for ; Sat, 28 Nov 2009 12:11:28 -0800 (PST) Received: by ywh38 with SMTP id 38so2211756ywh.6 for ; Sat, 28 Nov 2009 12:11:28 -0800 (PST) Received: by 10.91.159.22 with SMTP id l22mr3660962ago.9.1259439087824; Sat, 28 Nov 2009 12:11:27 -0800 (PST) Received: from max1.ocjtech.us ([69.57.47.215]) by mx.google.com with ESMTPS id 9sm1308304yxf.59.2009.11.28.12.11.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 28 Nov 2009 12:11:27 -0800 (PST) Received: from localhost ([127.0.0.1] helo=localhost.localdomain) by max1.ocjtech.us with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1NETdd-0007Rb-Jn; Sat, 28 Nov 2009 14:11:25 -0600 From: "Jeffrey C. Ollie" To: Not Much Mail Date: Sat, 28 Nov 2009 14:11:16 -0600 Message-Id: <1259439076-28585-1-git-send-email-jeff@ocjtech.us> X-Mailer: git-send-email 1.6.5.2 Subject: [notmuch] [PATCH] Remove unused notmuch_parse_date function prototype. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Nov 2009 20:11:29 -0000 notmuch_parse_date is not implemented, so remove the unused function prototype. Signed-off-by: Jeffrey C. Ollie --- 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