lib: make _notmuch_message_ensure_property_map static

It's not called outside message.cc
This commit is contained in:
David Bremner 2017-02-18 10:45:48 -04:00
parent 3db9e94b0e
commit 884dccf293

View file

@ -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;