From c28dde0a7f0e93e0e9a1c318c5ff2bff37fbf843 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 14 Dec 2012 10:11:08 +0100 Subject: fix some compile problems on some platforms --- runtime/obj.c | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/obj.c') diff --git a/runtime/obj.c b/runtime/obj.c index 99ccc923..63f1f38c 100644 --- a/runtime/obj.c +++ b/runtime/obj.c @@ -774,7 +774,6 @@ static rsRetVal objDeserializeProperties(obj_t *pObj, rsRetVal (*objSetProperty) ISOBJ_assert(pObj); ISOBJ_TYPE_assert(pStrm, strm); - ASSERT(pObjInfo != NULL); CHKiRet(var.Construct(&pVar)); CHKiRet(var.ConstructFinalize(pVar)); -- cgit v1.2.3