From: Andrea Corallo Date: Mon, 21 Mar 2022 14:04:49 +0000 (+0100) Subject: ; * src/comp.c: Update a comment. X-Git-Tag: emacs-29.0.90~1931^2~1015 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=59a8a0ef0d57dd28b47fb39d2cb5651d297e1c89;p=emacs.git ; * src/comp.c: Update a comment. --- diff --git a/src/comp.c b/src/comp.c index 50f92fe2cfe..349f228558e 100644 --- a/src/comp.c +++ b/src/comp.c @@ -4969,7 +4969,6 @@ unknown (before GCC version 10). */) /******************************************************************************/ /* Helper functions called from the run-time. */ -/* These can't be statics till shared mechanism is used to solve relocations. */ /* Note: this are all potentially definable directly to gcc and are here just */ /* for laziness. Change this if a performance impact is measured. */ /******************************************************************************/