From 99671e12deae77eed868f8e1c2d5451f703f8da8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 24 Aug 2014 11:55:20 -0500 Subject: [PATCH] Remove an obscure comment that does not enlighten anything at all. --- include/deal.II/lac/swappable_vector.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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); -- 2.39.5