Skip to content
Snippets Groups Projects
Commit e5ca6c45 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

delete not needed statement

parent f40bec89
No related branches found
No related tags found
No related merge requests found
......@@ -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;
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment