regexec.c: Remove dead code
authorKarl Williamson <public@khwilliamson.com>
Wed, 24 Oct 2012 03:25:30 +0000 (21:25 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 24 Oct 2012 15:37:56 +0000 (09:37 -0600)
commit635cd5d4249dc12aee8715be32cb34c2f327a56f
treed30802a6a0d133890af8d7bb1d19239acbc46c6c
parent878531d3d40ebac37ab5e00b7194f08021a3bbc8
regexec.c: Remove dead code

An ANYOF node now no longer matches more than one character, since
9d53c4576e551530162e7cd79ab72ed81b1e1a0f.  This code was overlooked in
the clean up commit e0193e472b025d41438e251be622aad42c9af9cc.  Since the
maximum match is 1 character, there is no point in passing a ptr that
was set to indicate how far the match went, so that parameter is
removed.
embed.fnc
embed.h
proto.h
regexec.c