From 23836c690363a0fbdf39e2c347b87eed3f20e089 Mon Sep 17 00:00:00 2001 From: lloyd Date: Wed, 3 Nov 2010 18:04:28 +0000 Subject: Remove needless destructors --- src/stream/salsa20/salsa20.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/stream') diff --git a/src/stream/salsa20/salsa20.h b/src/stream/salsa20/salsa20.h index d84aa9cdc..d9645015f 100644 --- a/src/stream/salsa20/salsa20.h +++ b/src/stream/salsa20/salsa20.h @@ -35,8 +35,6 @@ class BOTAN_DLL Salsa20 : public StreamCipher StreamCipher* clone() const { return new Salsa20; } Salsa20() : state(16), buffer(64), position(0) {} - - ~Salsa20() { clear(); } private: void key_schedule(const byte key[], size_t key_len); -- cgit v1.2.3