summaryrefslogtreecommitdiffstats
path: root/runtime/batch.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/batch.h')
-rw-r--r--runtime/batch.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/batch.h b/runtime/batch.h
index 4120cc51..75eecdb1 100644
--- a/runtime/batch.h
+++ b/runtime/batch.h
@@ -49,7 +49,6 @@ struct batch_obj_s {
/* work variables for action processing; these are reused for each action (or block of
* actions)
*/
- sbool bPrevWasSuspended;
/* following are caches to save allocs if not absolutely necessary */
uchar *staticActStrings[CONF_OMOD_NUMSTRINGS_MAXSIZE]; /**< for strings */
/* a cache to save malloc(), if not absolutely necessary */