Remove redundant assignment. NFCI.

Fixes cppcheck warning.
This commit is contained in:
Simon Pilgrim 2019-11-05 16:50:46 +00:00
parent 76166a1ac7
commit 117e6dd6cc
1 changed files with 0 additions and 1 deletions

View File

@ -472,7 +472,6 @@ public:
// Keep track of the number of suffixes we have to add of the current
// prefix.
unsigned SuffixesToAdd = 0;
Active.Node = Root;
// Construct the suffix tree iteratively on each prefix of the string.
// PfxEndIdx is the end index of the current prefix.