From efb8c9f25d6d856bc8faf5042ce3a0592aca8bd3 Mon Sep 17 00:00:00 2001
From: Christian Engwer <christi@dune-project.org>
Date: Wed, 9 Feb 2011 20:31:59 +0000
Subject: [PATCH] update documentation after DUNE_DEVEL_MODE got removed

[[Imported from SVN: r6334]]
---
 dune/common/exceptions.hh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dune/common/exceptions.hh b/dune/common/exceptions.hh
index 55188057f..a227e7c9d 100644
--- a/dune/common/exceptions.hh
+++ b/dune/common/exceptions.hh
@@ -231,9 +231,7 @@ namespace Dune {
      \endcode
 
      DUNE_THROW automatically adds information about the exception thrown
-     to the text. If DUNE_DEVEL_MODE is defined more detail about the
-     function where the exception happened is included. This mode can be
-     activated via the \c --enable-dunedevel switch of \c ./configure
+     to the text.
 
      \note
      you can add a hook to be called before a Dune::Exception is emitted,
-- 
GitLab