Skip to content
Snippets Groups Projects
Commit a9d59538 authored by Jan Gruteser's avatar Jan Gruteser
Browse files

don’t catch sequence substitutions as unsupported

parent b357de13
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,6 @@ public class UnsupportedConstructsFinder extends DepthFirstAdapter {
add(AImportsMachineClause.class);
add(AWhileSubstitution.class);
add(ASequenceSubstitution.class);
add(AVarSubstitution.class);
add(ACaseSubstitution.class);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment