]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
lib: Correct out-of-date doc comment
[notmuch] / lib / database.cc
index 52ed618b81a6e3815b45d89c9e486d871d508e91..5cc076587a88785a5801eafcc56df2abef997d20 100644 (file)
@@ -649,7 +649,9 @@ notmuch_database_open (const char *path,
     }
 
     /* Initialize the GLib type system and threads */
+#if !GLIB_CHECK_VERSION(2, 35, 1)
     g_type_init ();
+#endif
 
     /* Initialize gmime */
     if (! initialized) {