From 411b7fd43d27baa64fc80f717606ca4efa0d4801 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 15 Oct 2012 17:03:39 +0200 Subject: remove debug code went accidently into commit --- runtime/msg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'runtime/msg.c') diff --git a/runtime/msg.c b/runtime/msg.c index 6ba20de6..d874178b 100644 --- a/runtime/msg.c +++ b/runtime/msg.c @@ -2259,9 +2259,6 @@ void MsgSetMSGoffs(msg_t *pMsg, short offs) ISOBJ_TYPE_assert(pMsg, msg); pMsg->offMSG = offs; if(offs > pMsg->iLenRawMsg) { - if(!(offs - 1 == pMsg->iLenRawMsg)) { - *((char*)(0)) = "abd"; - } assert(offs - 1 == pMsg->iLenRawMsg); pMsg->iLenMSG = 0; } else { -- cgit v1.2.3