Remove an obsolete paragraph. am: e2ff842
am: e57e4b3

* commit 'e57e4b3954a3f98b782aa7a9651ac6ff9385a2ac':
  Remove an obsolete paragraph.

Change-Id: I5ede1f7136e59f2dd93bb19693bb08e1df7e11f7
diff --git a/docs/html/ndk/guides/cpp-support.jd b/docs/html/ndk/guides/cpp-support.jd
index 445468f..b340ead 100644
--- a/docs/html/ndk/guides/cpp-support.jd
+++ b/docs/html/ndk/guides/cpp-support.jd
@@ -220,11 +220,6 @@
 <p>We do not recommend using {@code libc++} with GCC 4.6 because of GCC 4.6's limited c++11
 support.</p>
 
-<p>For information on {@code libc++} tests that fail to compile, {@code black_list*} in
-{@code $NDK/tests/device/test-libc++-shared-full/jni/Android.mk}. For information about tests
-that fail to run correctly, see {@code $NDK/tests/device/test-libc++-shared-full/BROKEN_RUN}.
-{@code $NDK}, here, is the your NDK installation's root directory.</p>
-
 
 <h2 id="ic">Important Considerations</h2>