[PATCH] D21538: test-suite: Remove pointless docs/website directory

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 20 16:03:03 PDT 2016


MatzeB created this revision.
MatzeB added reviewers: cmatthews, ddunbar.
MatzeB added a subscriber: llvm-commits.
MatzeB set the repository for this revision to rL LLVM.
Herald added a subscriber: mcrosier.

Those directories are placeholders that appear unused. Remove them.

Repository:
  rL LLVM

http://reviews.llvm.org/D21538

Files:
  docs/index.html
  website/index.html

Index: website/index.html
===================================================================
--- website/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <body>
-    <h1>LLVM TEST SUITE WEB SITE</h1>
-    <p>This is just a placeholder</p>
-  </body>
-</html>
Index: docs/index.html
===================================================================
--- docs/index.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<html>
-  <body>
-    <h1>LLVM TEST SUITE DOCUMENTATION</h1>
-    <p>This is just a placeholder</p>
-  </body>
-</html>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21538.61315.patch
Type: text/x-patch
Size: 525 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160620/3337ec5c/attachment.bin>


More information about the llvm-commits mailing list