delete obsolete CallGraphFactory

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2480 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-01-25 18:10:07 +00:00
parent 6dbf70891d
commit 74e1514af6
1 changed files with 0 additions and 24 deletions

View File

@ -1,24 +0,0 @@
/*******************************************************************************
* Copyright (c) 2002 - 2006 IBM Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package com.ibm.wala.ipa.callgraph;
import com.ibm.wala.ipa.callgraph.impl.ExplicitCallGraph;
import com.ibm.wala.ipa.cha.IClassHierarchy;
/**
* @author ???
*
*/
public interface CallGraphFactory {
ExplicitCallGraph make(IClassHierarchy cha);
}