[Flex-devel] filter_apply_chain() unused variable
flex is a tool for generating scanners
Brought to you by:
wlestes
|
From: Michael W. B. <mb...@ii...> - 2017-09-04 03:58:39
|
Hello, The variable r in flex's filter_apply_chain() is not needed. https://github.com/westes/flex/blob/master/src/filter.c#L175 It was recently removed from OpenBSD's in-tree version of flex. http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/lex/filter.c.diff?r1=1.8&r2=1.9&sortby=date&f=h I'm posting it here in case it's considered useful. - Michael |