From 62c5dcfa2dd117fd7b388d13ab8f33c5867a9636 Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Tue, 11 Dec 2007 12:31:46 +0000 Subject: fixed many sync things fixed warning (multiple key) --- keyDerivation.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'keyDerivation.cpp') diff --git a/keyDerivation.cpp b/keyDerivation.cpp index 3c25ae3..2c3d84b 100644 --- a/keyDerivation.cpp +++ b/keyDerivation.cpp @@ -144,10 +144,3 @@ void KeyDerivation::clear() Lock lock(mutex_); gcry_cipher_close( cipher_ ); } - -template -void KeyDerivation::serialize(Archive & ar, const unsigned int version) -{ - ar & ld_kdr_; - ar & salt_; -} -- cgit v1.2.3