From ac318412146f7e8a75b3b4099d1b336d2f2283c6 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Mon, 18 Apr 2016 11:05:01 +1000 Subject: [PATCH] scratch: delete unused hs_scratch::qNfaState --- src/scratch.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scratch.h b/src/scratch.h index a71dd21b..21ec809c 100644 --- a/src/scratch.h +++ b/src/scratch.h @@ -148,7 +148,6 @@ struct ALIGN_CL_DIRECTIVE hs_scratch { struct RoseContext tctxt; char *bstate; /**< block mode states */ char *tstate; /**< state for transient roses */ - char *qNfaState; /**< queued NFA temp state */ char *fullState; /**< uncompressed NFA state */ struct mq *queues; struct fatbit *aqa; /**< active queue array; fatbit of queues that are valid