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) --- connectionParam.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'connectionParam.cpp') diff --git a/connectionParam.cpp b/connectionParam.cpp index ca3d767..04330b3 100644 --- a/connectionParam.cpp +++ b/connectionParam.cpp @@ -34,13 +34,3 @@ ConnectionParam::ConnectionParam(KeyDerivation& kd, SeqWindow& seq_window,seq_nr { } -template -void ConnectionParam::serialize(Archive & ar, const unsigned int version) -{ - ar & kd_; - ar & seq_window_; - ar & seq_nr_; - ar & remote_host_; - ar & remote_port_; -} - -- cgit v1.2.3