summaryrefslogtreecommitdiff
path: root/seqWindow.cpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-12-11 12:31:46 +0000
committerOthmar Gsenger <otti@anytun.org>2007-12-11 12:31:46 +0000
commit62c5dcfa2dd117fd7b388d13ab8f33c5867a9636 (patch)
treeae84f36ab1a51a83c799cb062621e7f403e7051e /seqWindow.cpp
parentfixes in mpi class, keyderivation iv generation (diff)
fixed many sync things
fixed warning (multiple key)
Diffstat (limited to 'seqWindow.cpp')
-rw-r--r--seqWindow.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/seqWindow.cpp b/seqWindow.cpp
index 478efbf..20973b5 100644
--- a/seqWindow.cpp
+++ b/seqWindow.cpp
@@ -89,10 +89,3 @@ void SeqWindow::clear()
sender_.clear();
}
-template<class Archive>
-void SeqWindow::serialize(Archive & ar, const unsigned int version)
-{
- ar & window_size_;
- //TODO: Do not sync complete Sender Map!
- ar & sender_;
-}