Skip to content

Commit ebbb2e0

Browse files
author
Bo Cupp
committed
Address prefast errors triggered in regex code
1 parent 11d70bc commit ebbb2e0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/Parser/RegexParser.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,6 @@ namespace UnifiedRegex
769769
last->head = revisedPrev;
770770
nextList = nextList->tail;
771771
}
772-
AnalysisAssert(nextList != nullptr);
773772
if (last == 0)
774773
node = Anew(ctAllocator, AltNode, node, nextList);
775774
else

0 commit comments

Comments
 (0)