From: Jean-Paul Pelteret <jppelteret@gmail.com>
Date: Mon, 30 Apr 2018 21:04:49 +0000 (+0200)
Subject: Remove a note that is no longer relevant.
X-Git-Tag: v9.1.0-rc1~873^2~4
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a49f08b0a834c58678eaa6cf54ce9771382af2d;p=dealii.git

Remove a note that is no longer relevant.
---

diff --git a/include/deal.II/base/subscriptor.h b/include/deal.II/base/subscriptor.h
index 5768150c1b..a0846ab026 100644
--- a/include/deal.II/base/subscriptor.h
+++ b/include/deal.II/base/subscriptor.h
@@ -56,9 +56,6 @@ DEAL_II_NAMESPACE_OPEN
  * contents will not be recognized to be the same. The handling in
  * SmartPointer will take care of this.
  *
- * @note This feature is switched off if multithreading is used (i.e., if
- * <code>DEAL_II_WITH_THREADS</code> is on).
- *
  * @ingroup memory
  * @author Guido Kanschat, 1998 - 2005
  */