From 558808900bffc3c48da5e6d79ba602e88e619154 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Tue, 11 Oct 2016 13:00:57 -0400 Subject: Remove Algo_Registry I repent my use of global constructors. I repent my use of global locks. Hopefully I will never touch this code again. :) --- src/lib/block/cascade/cascade.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/block/cascade/cascade.h') diff --git a/src/lib/block/cascade/cascade.h b/src/lib/block/cascade/cascade.h index 21af5bea4..aa7bd0421 100644 --- a/src/lib/block/cascade/cascade.h +++ b/src/lib/block/cascade/cascade.h @@ -33,8 +33,6 @@ class BOTAN_DLL Cascade_Cipher final : public BlockCipher std::string name() const override; BlockCipher* clone() const override; - static Cascade_Cipher* make(const Spec& spec); - /** * Create a cascade of two block ciphers * @param cipher1 the first cipher -- cgit v1.2.3