diff options
author | marxin <mliska@suse.cz> | 2022-07-25 14:45:01 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2022-07-28 12:37:03 +0200 |
commit | 75a392d0317ee0a5af1fdcb0669322df96b34f80 (patch) | |
tree | d85fb76c0e129203ca2c176640bed3c59ce8a06a | |
parent | 85c943f307934c10c6a3890b3a0305ac76a4f41c (diff) | |
download | gcc-75a392d0317ee0a5af1fdcb0669322df96b34f80.zip gcc-75a392d0317ee0a5af1fdcb0669322df96b34f80.tar.gz gcc-75a392d0317ee0a5af1fdcb0669322df96b34f80.tar.bz2 |
jit,docs: remove :ref:`modindex`
gcc/jit/ChangeLog:
* docs/index.rst: Remove reference to module index
as we don't emit any.
-rw-r--r-- | gcc/jit/docs/index.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/jit/docs/index.rst b/gcc/jit/docs/index.rst index 21c3140..0f57596 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` |