From 19b8d9e239f150127d8af15694f88c20ed88bd25 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 11 Jan 2008 15:15:08 +0000 Subject: added function to de-serialize a property bag (untested as other code is yet missing) --- queue.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'queue.c') diff --git a/queue.c b/queue.c index 91ffe18d..116b6ab1 100644 --- a/queue.c +++ b/queue.c @@ -646,8 +646,6 @@ static rsRetVal queuePersist(queue_t *pThis) * we know when somebody has changed the queue type... -- rgerhards, 2008-01-11 */ CHKiRet(objBeginSerializePropBag(psQIF, (obj_t*) pThis)); - i = 2; /* we serialize the number of properties, so that we know when we read the propbag */ - objSerializeSCALAR_VAR(psQIF, NumberPropertyBagRecrods, INT, i); i = pThis->qType; objSerializeSCALAR_VAR(psQIF, qType, INT, i); objSerializeSCALAR(psQIF, iQueueSize, INT); -- cgit