docs: Update partitioning docs now that the feature is fully landed.

git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@362831 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/Partitions.rst b/docs/Partitions.rst
index 96b6e26..e911308 100644
--- a/docs/Partitions.rst
+++ b/docs/Partitions.rst
@@ -3,9 +3,8 @@
 
 .. warning::
 
-  This feature has not yet fully landed in LLD. This document describes how
-  the feature is intended to work once it lands. Furthermore, the feature
-  is currently experimental, and its interface is subject to change.
+  This feature is currently experimental, and its interface is subject
+  to change.
 
 LLD's partitioning feature allows a program (which may be an executable
 or a shared library) to be split into multiple pieces, or partitions. A