From 630489ec9e644d189f3667215ba3e3ff8c54ae66 Mon Sep 17 00:00:00 2001
From: Peter Bastian <peter@dune-project.org>
Date: Tue, 21 Sep 2004 11:22:34 +0000
Subject: [PATCH] moved derivation of ISTLError into istl.hh

[[Imported from SVN: r781]]
---
 common/exceptions.hh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/exceptions.hh b/common/exceptions.hh
index 9db00b3bb..7a9085726 100644
--- a/common/exceptions.hh
+++ b/common/exceptions.hh
@@ -146,8 +146,6 @@ namespace Dune {
    */
   class MathError : public Exception {};
 
-  class ISTLError : public Exception {};
-
 } // end namespace
 
 #endif
-- 
GitLab