From 890c95ae45b60f58690fd0b18386cc29549f145f Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 25 Feb 2010 04:31:35 +0000 Subject: Move Illegal_Transformation --- src/math/gfpmath/gfp_element.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/math/gfpmath/gfp_element.h') diff --git a/src/math/gfpmath/gfp_element.h b/src/math/gfpmath/gfp_element.h index ee436d671..5d27a6442 100644 --- a/src/math/gfpmath/gfp_element.h +++ b/src/math/gfpmath/gfp_element.h @@ -15,13 +15,6 @@ namespace Botan { -struct BOTAN_DLL Illegal_Transformation : public Exception - { - Illegal_Transformation(const std::string& err = - "Requested transformation is not possible") : - Exception(err) {} - }; - /** * This class represents one element in GF(p). Enables the convenient, * transparent use of the montgomery multiplication. -- cgit v1.2.3