[PATCH 5/8] lib: make _notmuch_message_ensure_property_map static

Subject: [PATCH 5/8] lib: make _notmuch_message_ensure_property_map static

Date: Sat, 18 Feb 2017 10:45:48 -0400

To: notmuch@notmuchmail.org

Cc:

From: David Bremner


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 f55dd9fa..80fbd5ab 100644
--- a/lib/message.cc
+++ b/lib/message.cc
@@ -1823,7 +1823,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.11.0


Thread: