From 3b78f4c50ce24dcc5d85c1ea31396768b33e1e0c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Sep 2013 17:30:19 +0200 Subject: remove no-longer needed data item --- runtime/msg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'runtime/msg.h') diff --git a/runtime/msg.h b/runtime/msg.h index ac220b63..e7babdbb 100644 --- a/runtime/msg.h +++ b/runtime/msg.h @@ -62,7 +62,6 @@ struct msg { once data has entered the queue, this property is no longer needed. */ pthread_mutex_t mut; int iRefCount; /* reference counter (0 = unused) */ - sbool bAlreadyFreed; /* aid to help detect a well-hidden bad bug -- TODO: remove when no longer needed */ sbool bParseSuccess; /* set to reflect state of last executed higher level parser */ short iSeverity; /* the severity 0..7 */ short iFacility; /* Facility code 0 .. 23*/ -- cgit v1.2.3