Merge tag 'v2.3.15' into testing
[gpl/argeo-slc.git] / org.argeo.slc.api / src / org / argeo / slc / execution / ExecutionStackLevel.java
diff --git a/org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionStackLevel.java b/org.argeo.slc.api/src/org/argeo/slc/execution/ExecutionStackLevel.java
deleted file mode 100644 (file)
index 790404b..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.argeo.slc.execution;
-
-import java.util.Map;
-
-public interface ExecutionStackLevel {
-       public ExecutionFlow getExecutionFlow();
-
-       public Map<String, Object> getScopedObjects();
-
-       public String getUuid();
-
-       public Map<String, Object> getLocalVariables();
-
-}