aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2007-03-19 10:59:21 +0000
committernyamatongwe <unknown>2007-03-19 10:59:21 +0000
commit20a5ec3bf14198772fa4e842900ab0ce0a54cba4 (patch)
tree468b9998ce76c129e856a0e747c2f605f89d9e84 /src
parentf9e17da352c23b9a1024a25075c54b16c660f04a (diff)
downloadscintilla-mirror-20a5ec3bf14198772fa4e842900ab0ce0a54cba4.tar.gz
Undid last change as there was no example case that demonstrated
reading of uninitialized values and the buffer being initialized was quite large.
Diffstat (limited to 'src')
-rw-r--r--src/RESearch.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/RESearch.cxx b/src/RESearch.cxx
index ce349e395..6dc5941bb 100644
--- a/src/RESearch.cxx
+++ b/src/RESearch.cxx
@@ -257,8 +257,6 @@ void RESearch::Init() {
pat[i] = 0;
for (int j = 0; j < BITBLK; j++)
bittab[j] = 0;
- for (int k=0; k<MAXNFA; k++)
- nfa[k] = 0;
}
void RESearch::Clear() {