cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2020-06-27 12:47:37 +03:00
parent ba13a62e90
commit c8eff488ba
2 changed files with 0 additions and 6 deletions

View File

@ -105,12 +105,9 @@ mu_msg_new_from_doc (XapianDocument *doc, GError **err)
{
MuMsg *self;
MuMsgDoc *msgdoc;
gint64 start;
g_return_val_if_fail (doc, NULL);
start = g_get_monotonic_time();
if (G_UNLIKELY(!_gmime_initialized)) {
gmime_init ();
atexit (gmime_uninit);