diff options
author | Chris Lattner <sabre@nondot.org> | 2013-01-10 21:24:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2013-01-10 21:24:04 +0000 |
commit | 2ba4bd97d1aedf50c424c45ee327abddbf34dd12 (patch) | |
tree | 167e074b161f9dcae500db44d502a31a61147cd9 /docs/SourceLevelDebugging.rst | |
parent | f6b6c37ca2a943a0a0f0407939b7633d7d62e321 (diff) |
remove the rest of the "written by" lines in the documentation. It is
against the developer policy to include this sort of thing as SVN blame
already captures this in a far more fine-grained way.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172109 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SourceLevelDebugging.rst')
-rw-r--r-- | docs/SourceLevelDebugging.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/SourceLevelDebugging.rst b/docs/SourceLevelDebugging.rst index 781824c01f..0faf0cf9a4 100644 --- a/docs/SourceLevelDebugging.rst +++ b/docs/SourceLevelDebugging.rst @@ -2,8 +2,6 @@ Source Level Debugging with LLVM ================================ -.. sectionauthor:: Chris Lattner <sabre@nondot.org> and Jim Laskey <jlaskey@mac.com> - .. contents:: :local: |