forked from OSchip/llvm-project
Remove redundant assignment. NFCI.
Fixes cppcheck warning.
This commit is contained in:
parent
76166a1ac7
commit
117e6dd6cc
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue