Merge tag 'upstream/3.3.2'
[debian/amanda] / common-src / glib-util.c
index 9fd8ced967bae8b91086e4c752a751523834c371..a20d7459d0992af0b5db590a8906b167c32f13c0 100644 (file)
@@ -95,8 +95,7 @@ glib_init(void) {
     if (did_glib_init) return;
     did_glib_init = TRUE;
 
-    /* set up libcurl (this must happen before threading 
-     * is initialized) */
+    /* set up libcurl */
 #ifdef HAVE_LIBCURL
 # ifdef G_THREADS_ENABLED
 #  if (GLIB_MAJOR_VERSION < 2 || (GLIB_MAJOR_VERSION == 2 && GLIB_MINOR_VERSION < 31))