Sfoglia il codice sorgente

removed unused dependency

Andreas Mülder 11 anni fa
parent
commit
9c92fca13e

+ 0 - 6
plugins/org.yakindu.sct.simulation.core.sexec/src/org/yakindu/sct/simulation/core/sexec/interpreter/Function.java

@@ -25,9 +25,6 @@ import java.util.Comparator;
 import java.util.List;
 
 import org.eclipse.emf.ecore.EObject;
-import org.yakindu.base.types.ITypeSystem;
-
-import com.google.inject.Inject;
 
 /**
  * 
@@ -37,9 +34,6 @@ import com.google.inject.Inject;
  */
 public class Function {
 
-	@Inject
-	ITypeSystem typeSystem;
-
 	/**
 	 * Indicates that a method is a function.
 	 *