From a7aec400a7014edba1eeb53c582d3ab47178fe8d Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Fri, 11 Jan 2013 02:28:08 +0000 Subject: docs: Fix long standing linking antipattern. Before we learned about :doc:, we used :ref: and put a dummy link at the top of each page. Don't do that anymore. This fixes PR14891 as a special case. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172162 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/DebuggingJITedCode.rst | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/DebuggingJITedCode.rst') diff --git a/docs/DebuggingJITedCode.rst b/docs/DebuggingJITedCode.rst index 53b2e89e5e..d6101d5100 100644 --- a/docs/DebuggingJITedCode.rst +++ b/docs/DebuggingJITedCode.rst @@ -1,5 +1,3 @@ -.. _debugging-jited-code: - ============================== Debugging JIT-ed Code With GDB ============================== -- cgit v1.2.3