]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
guile: Remove leftover comment about allocation routines.
authorLudovic Courtès <ludo@gnu.org>
Mon, 21 Dec 2020 17:22:14 +0000 (18:22 +0100)
committerLudovic Courtès <ludo@gnu.org>
Fri, 23 Apr 2021 08:11:03 +0000 (10:11 +0200)
This is a followup to 872409857351f28b1e3c21526bfa6606c918b176.

* guile/src/core.c (scm_init_gnutls): Remove leftover comment.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
guile/src/core.c

index d78e53bbc9c2ecbfc5a2795924308bf1e9385dc5..f61f4c47a272b612278994bfdf51906b4dcfc503 100644 (file)
@@ -3422,7 +3422,6 @@ scm_init_gnutls (void)
 {
 #include "core.x"
 
-  /* Use Guile's allocation routines, which will run the GC if need be.  */
   (void) gnutls_global_init ();
 
   scm_gnutls_define_enums ();