diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-11-18 18:42:18 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-11-18 18:42:18 +0000 |
commit | 085f6a4ac201851b0c8edfce9847c5b236181f06 (patch) | |
tree | 18d27761528f3aa7eca42a36cd725953c240cc5c /docs/SystemLibrary.rst | |
parent | fee64eeb2839909a87c5e342571b7657f96ac808 (diff) | |
download | external_llvm-085f6a4ac201851b0c8edfce9847c5b236181f06.zip external_llvm-085f6a4ac201851b0c8edfce9847c5b236181f06.tar.gz external_llvm-085f6a4ac201851b0c8edfce9847c5b236181f06.tar.bz2 |
SystemLibrary.rst: remove reference to a bug that was closed long time ago
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168290 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/SystemLibrary.rst')
-rw-r--r-- | docs/SystemLibrary.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/SystemLibrary.rst b/docs/SystemLibrary.rst index 3e83bd4..b540267 100644 --- a/docs/SystemLibrary.rst +++ b/docs/SystemLibrary.rst @@ -248,8 +248,3 @@ that was available or named pipes, or whatever gets the job done effectively for a given operating system. In all cases, the interface and the implementation must be semantically consistent. -Bug 351 -------- -See `bug 351 <http://llvm.org/PR351>`_ for further details on the progress of -this work. - |