From de2273f0a2495dc7b123458ea2b64bf90113fb0c Mon Sep 17 00:00:00 2001 From: Peter Donald Date: Mon, 8 Jan 2001 05:30:46 +0000 Subject: [PATCH] Remove uneeded interface. git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268413 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/ant/FrontEnd.java | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 proposal/myrmidon/src/java/org/apache/ant/FrontEnd.java diff --git a/proposal/myrmidon/src/java/org/apache/ant/FrontEnd.java b/proposal/myrmidon/src/java/org/apache/ant/FrontEnd.java deleted file mode 100644 index dae62796a..000000000 --- a/proposal/myrmidon/src/java/org/apache/ant/FrontEnd.java +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Copyright (C) The Apache Software Foundation. All rights reserved. - * - * This software is published under the terms of the Apache Software License - * version 1.1, a copy of which has been included with this distribution in - * the LICENSE file. - */ -package org.apache.ant; - -/** - * Interface for front end. - * - * @author Peter Donald - * @author James Duncan Davidson (duncan@apache.org) - */ -public interface FrontEnd -{ -}