delete some comments

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@2548 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2008-02-06 21:03:50 +00:00
parent 95750560d0
commit d0ebf2e4be
1 changed files with 0 additions and 11 deletions

View File

@ -135,17 +135,6 @@ public interface ISupergraph<T,P> extends NumberedGraph<T> {
*/
T getLocalBlock(P procedure, int i);
// /**
// * @return the unique entry node s_main for the main procedure
// */
// T getMainEntry();
//
//
// /**
// * @return the unique exit node e_main for the main procedure
// */
// T getMainExit();
/**
* @param n
* a node in this supergraph