Skip to content

Commit

Permalink
fixed compiler error and removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgenvinju committed Nov 16, 2023
1 parent 17de9ab commit acea788
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/org/rascalmpl/types/RascalTypeFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@
package org.rascalmpl.types;

import java.util.Arrays;
import java.util.stream.StreamSupport;

import org.rascalmpl.types.ModifySyntaxRole.Role;
import org.rascalmpl.values.IRascalValueFactory;
import org.rascalmpl.values.RascalValueFactory;
import org.rascalmpl.values.parsetrees.SymbolAdapter;
import org.rascalmpl.values.parsetrees.SymbolFactory;

import io.usethesource.vallang.IConstructor;
import io.usethesource.vallang.IList;
import io.usethesource.vallang.IString;
import io.usethesource.vallang.IValue;
import io.usethesource.vallang.type.Type;
import io.usethesource.vallang.type.TypeFactory;
import io.usethesource.vallang.type.TypeStore;
Expand Down

0 comments on commit acea788

Please sign in to comment.