Eliminated unused classes
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / compiler / ast / AbstractVariable.java
diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/AbstractVariable.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/AbstractVariable.java
deleted file mode 100644 (file)
index f5ed3d9..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package net.sourceforge.phpdt.internal.compiler.ast;
-
-/**
- * Created by IntelliJ IDEA.
- * User: Administrateur
- * Date: 9 août 2003
- * Time: 15:57:05
- * To change this template use Options | File Templates.
- */
-public abstract class AbstractVariable extends Expression {
-  public AbstractVariable(final int sourceStart, final int sourceEnd) {
-    super(sourceStart, sourceEnd);
-  }
-
-  public abstract String getName();
-}