]> Savannah Git Hosting - gnulib.git/commit
regex: omit debug assignment when not debugging
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2019 00:51:03 +0000 (17:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 10 Oct 2019 01:34:05 +0000 (18:34 -0700)
commit4e02b30c761c76d04057fa5f6bba71401f9310cd
treefcf19e78dafeefe8108fb4d98d335ded9e2e02ab
parent5e407aba1f775d51b25481cb55f324c9868f62d7
regex: omit debug assignment when not debugging

* lib/regexec.c (re_search_internal) [!DEBUG]:
Remove unnecessary assignment to pacify Coverity.
ChangeLog
lib/regexec.c