From: Wolfgang Bangerth Date: Sun, 24 Aug 2014 16:55:20 +0000 (-0500) Subject: Remove an obscure comment that does not enlighten anything at all. X-Git-Tag: v8.2.0-rc1~183^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99671e12deae77eed868f8e1c2d5451f703f8da8;p=dealii.git Remove an obscure comment that does not enlighten anything at all. --- diff --git a/include/deal.II/lac/swappable_vector.h b/include/deal.II/lac/swappable_vector.h index 0100ba8b7b..53f65077a3 100644 --- a/include/deal.II/lac/swappable_vector.h +++ b/include/deal.II/lac/swappable_vector.h @@ -1,7 +1,7 @@ // --------------------------------------------------------------------- // $Id$ // -// Copyright (C) 2000 - 2013 by the deal.II authors +// Copyright (C) 2000 - 2014 by the deal.II authors // // This file is part of the deal.II library. // @@ -73,9 +73,7 @@ public: * out. In the latter case, warn * about that. In particular do * not take over ownership of any - * files that @p v might own (as, - * for example, C++'s - * @p auto_ptr objects would do). + * files that @p v might own. */ SwappableVector (const SwappableVector &v);