diff options
author | lloyd <[email protected]> | 2014-02-09 17:01:36 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-02-09 17:01:36 +0000 |
commit | 65ebc0fe2b3a289c094a349a940b2a85bc4813bf (patch) | |
tree | 1e0e76f714b7afc5576d9811db682950f015bc32 /src/lib/math/numbertheory | |
parent | 4f3b0ce8fccd879791d5a701102ee0737f3509b1 (diff) |
Clang fixes
Diffstat (limited to 'src/lib/math/numbertheory')
-rw-r--r-- | src/lib/math/numbertheory/pow_mod.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/math/numbertheory/pow_mod.h b/src/lib/math/numbertheory/pow_mod.h index b78510793..388006dd5 100644 --- a/src/lib/math/numbertheory/pow_mod.h +++ b/src/lib/math/numbertheory/pow_mod.h @@ -64,7 +64,6 @@ class BOTAN_DLL Power_Mod virtual ~Power_Mod(); private: mutable Modular_Exponentiator* core; - Usage_Hints hints; }; /** |