From a244eb773908fa1f86a61ab52f2cad6224017e88 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 10 Jan 2008 15:01:49 +0000 Subject: - implemented strm object serializer (untested as the code required for test is not yet present - hen/egg problem...) --- queue.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'queue.c') diff --git a/queue.c b/queue.c index f64ec2c8..eb0e5a8a 100644 --- a/queue.c +++ b/queue.c @@ -243,11 +243,6 @@ static rsRetVal qAddDisk(queue_t *pThis, void* pUsr) CHKiRet((objSerialize(pUsr))(pUsr, pThis->tVars.disk.pWrite)); CHKiRet(strmFlush(pThis->tVars.disk.pWrite)); -#if 0 - //rsCStrObj *pCStr; - CHKiRet((objSerialize(pUsr))(pUsr, &pCStr)); - CHKiRet(strmWrite(pThis->tVars.disk.pWrite, rsCStrGetBufBeg(pCStr), rsCStrLen(pCStr))); -#endif finalize_it: return iRet; -- cgit v1.2.3