removed unnecessary FESI balast from Typemanager

This commit is contained in:
hns 2001-01-18 21:24:42 +00:00
parent 34ea3f383e
commit 1e85cbf4ac

View file

@ -5,13 +5,7 @@ package helma.framework.core;
import helma.objectmodel.*; import helma.objectmodel.*;
import helma.util.*; import helma.util.*;
import FESI.Parser.*;
import FESI.AST.ASTFormalParameterList;
import FESI.AST.ASTStatementList;
import FESI.AST.EcmaScriptTreeConstants;
import FESI.Interpreter.*;
import FESI.Exceptions.*; import FESI.Exceptions.*;
import FESI.Extensions.*;
import FESI.Data.*; import FESI.Data.*;
import java.util.*; import java.util.*;
import java.io.*; import java.io.*;
@ -22,7 +16,7 @@ import java.io.*;
* applications and updates the evaluators if anything has changed. * applications and updates the evaluators if anything has changed.
*/ */
public class TypeManager implements Runnable, EcmaScriptTreeConstants { public class TypeManager implements Runnable {
Application app; Application app;
File appDir; File appDir;