From 884dccf2939ea0aa6a23dab064676dc650c28c65 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 18 Feb 2017 10:45:48 -0400 Subject: [PATCH 1/1] lib: make _notmuch_message_ensure_property_map static It's not called outside message.cc --- lib/message.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/message.cc b/lib/message.cc index 9455b11d..2fb67d85 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1801,7 +1801,7 @@ _notmuch_message_database (notmuch_message_t *message) return message->notmuch; } -void +static void _notmuch_message_ensure_property_map (notmuch_message_t *message) { notmuch_string_node_t *node; -- 2.43.0