aboutsummaryrefslogtreecommitdiffstats
path: root/src/hash
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-11-03 18:04:28 +0000
committerlloyd <[email protected]>2010-11-03 18:04:28 +0000
commit23836c690363a0fbdf39e2c347b87eed3f20e089 (patch)
tree670208a0fee798d54ad03bf8a4658cfa0fef8ff0 /src/hash
parent832da89700302a0d837ad4483608193bc8fa31fe (diff)
Remove needless destructors
Diffstat (limited to 'src/hash')
-rw-r--r--src/hash/mdx_hash/mdx_hash.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/hash/mdx_hash/mdx_hash.h b/src/hash/mdx_hash/mdx_hash.h
index 9e32ac003..ed3381605 100644
--- a/src/hash/mdx_hash/mdx_hash.h
+++ b/src/hash/mdx_hash/mdx_hash.h
@@ -30,8 +30,6 @@ class BOTAN_DLL MDx_HashFunction : public HashFunction
size_t counter_size = 8);
size_t hash_block_size() const { return buffer.size(); }
-
- virtual ~MDx_HashFunction() {}
protected:
void add_data(const byte input[], size_t length);
void final_result(byte output[]);