remove Task (replaced with org.ibex.util.Callable)
authorcrawshaw <crawshaw@ibex.org>
Thu, 6 Jan 2005 19:54:55 +0000 (19:54 +0000)
committercrawshaw <crawshaw@ibex.org>
Thu, 6 Jan 2005 19:54:55 +0000 (19:54 +0000)
darcs-hash:20050106195455-2eb37-b9ec810661099d5c19dbb440dcbe20bfb42e1e31.gz

src/org/ibex/js/Task.java [deleted file]

diff --git a/src/org/ibex/js/Task.java b/src/org/ibex/js/Task.java
deleted file mode 100644 (file)
index d979e52..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2000-2005 the Contributors, as shown in the revision logs.
-// Licensed under the Apache Public Source License 2.0 ("the License").
-// You may not use this file except in compliance with the License.
-
-package org.ibex.js;
-import org.ibex.util.*;
-import java.io.IOException;
-
-public interface Task {
-    public abstract void perform() throws IOException, JSExn;
-}