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

View File

@ -314,9 +314,6 @@ test_mu_cfind_csv (void)
output = erroutput = NULL;
g_assert (g_spawn_command_line_sync (cmdline, &output, &erroutput,
NULL, NULL));
g_print ("\n\n%s\n\n", output);
g_assert (output);
if (output[1] == 'H')
g_assert_cmpstr (output,