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 | 431aa1227c8995d571fc726ebaaadc6d741aee39 (patch) | |
tree | d50eb070ef2210240b7478f4e76371102328d71c /llvm/docs/SystemLibrary.rst | |
parent | 8ed8188590fe75e5ed56aaadcf9536b552436e86 (diff) | |
download | bcm5719-llvm-431aa1227c8995d571fc726ebaaadc6d741aee39.tar.gz bcm5719-llvm-431aa1227c8995d571fc726ebaaadc6d741aee39.zip |
SystemLibrary.rst: remove reference to a bug that was closed long time ago
llvm-svn: 168290
Diffstat (limited to 'llvm/docs/SystemLibrary.rst')
-rw-r--r-- | llvm/docs/SystemLibrary.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/docs/SystemLibrary.rst b/llvm/docs/SystemLibrary.rst index 3e83bd40b64..b54026717c6 100644 --- a/llvm/docs/SystemLibrary.rst +++ b/llvm/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. - |