diff options
author | lloyd <[email protected]> | 2014-01-18 23:44:52 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-18 23:44:52 +0000 |
commit | f8ff9cf9ec97a63d6947d80209fa72cff23cadf6 (patch) | |
tree | 29b456a506fe7a1a2160a1439a080e33d9ad09b9 /src/lib/algo_factory | |
parent | 2f6e209b41f6c9b403e94028f7026866880f3ce1 (diff) |
Fix algo factory compile
Diffstat (limited to 'src/lib/algo_factory')
-rw-r--r-- | src/lib/algo_factory/algo_factory.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lib/algo_factory/algo_factory.h b/src/lib/algo_factory/algo_factory.h index 61f939cd9..40d1be5ad 100644 --- a/src/lib/algo_factory/algo_factory.h +++ b/src/lib/algo_factory/algo_factory.h @@ -205,10 +205,6 @@ class BOTAN_DLL Algorithm_Factory friend class Engine_Iterator; private: - Algorithm_Factory(const Algorithm_Factory&) {} - Algorithm_Factory& operator=(const Algorithm_Factory&) - { return (*this); } - Engine* get_engine_n(size_t n) const; std::vector<Engine*> engines; |