From e5ca6c4560ccceb9b3ef93aee35b853afdcb14a2 Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Thu, 15 Feb 2018 09:55:30 +0100 Subject: [PATCH] delete not needed statement --- .../arbology/query/NonlinearCompressedBitParallelismPatterns.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/alib2algo/src/arbology/query/NonlinearCompressedBitParallelismPatterns.h b/alib2algo/src/arbology/query/NonlinearCompressedBitParallelismPatterns.h index 4854f7e7f8..4993f30b89 100644 --- a/alib2algo/src/arbology/query/NonlinearCompressedBitParallelismPatterns.h +++ b/alib2algo/src/arbology/query/NonlinearCompressedBitParallelismPatterns.h @@ -38,9 +38,6 @@ template < class SymbolType, class RankType > bool include ( unsigned i, const ext::vector < unsigned > & repeats, const ext::vector < int > & jumps, const tree::PrefixRankedBarNonlinearPattern < SymbolType, RankType > & pattern ) { ext::map < common::ranked_symbol < SymbolType, RankType >, unsigned > variablesSetting; - // clear the current state of variable to subtree repeat - variablesSetting.clear(); - // index to the pattern int j = pattern.getContent ( ).size ( ) - 1; -- GitLab