From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id D1CFB3856DEB; Thu, 28 Jul 2022 10:41:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1CFB3856DEB MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-1871] jit,docs: remove :ref:`modindex` X-Act-Checkin: gcc X-Git-Author: marxin X-Git-Refname: refs/heads/master X-Git-Oldrev: 85c943f307934c10c6a3890b3a0305ac76a4f41c X-Git-Newrev: 75a392d0317ee0a5af1fdcb0669322df96b34f80 Message-Id: <20220728104133.D1CFB3856DEB@sourceware.org> Date: Thu, 28 Jul 2022 10:41:33 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Jul 2022 10:41:33 -0000 https://gcc.gnu.org/g:75a392d0317ee0a5af1fdcb0669322df96b34f80 commit r13-1871-g75a392d0317ee0a5af1fdcb0669322df96b34f80 Author: marxin Date: Mon Jul 25 14:45:01 2022 +0200 jit,docs: remove :ref:`modindex` gcc/jit/ChangeLog: * docs/index.rst: Remove reference to module index as we don't emit any. Diff: --- gcc/jit/docs/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/gcc/jit/docs/index.rst b/gcc/jit/docs/index.rst index 21c3140e238..0f575966303 100644 --- a/gcc/jit/docs/index.rst +++ b/gcc/jit/docs/index.rst @@ -43,5 +43,4 @@ Indices and tables ================== * :ref:`genindex` -* :ref:`modindex` * :ref:`search`