Remove unnecessary field in QDU struct

This commit is contained in:
Cameron Gutman
2019-10-21 17:03:01 -07:00
parent f988a154a3
commit 9bd301897a
2 changed files with 2 additions and 9 deletions

View File

@@ -5,7 +5,6 @@
typedef struct _QUEUED_DECODE_UNIT {
DECODE_UNIT decodeUnit;
LINKED_BLOCKING_QUEUE_ENTRY entry;
int onStack;
} QUEUED_DECODE_UNIT, *PQUEUED_DECODE_UNIT;
void completeQueuedDecodeUnit(PQUEUED_DECODE_UNIT qdu, int drStatus);