From 5b83b61c994da7419d4e78f669d093fe464c8355 Mon Sep 17 00:00:00 2001 From: sjfink Date: Thu, 20 Sep 2007 02:49:21 +0000 Subject: [PATCH] delete obsolete comments git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1779 f5eafffb-2e1d-0410-98e4-8ec43c5233c4 --- .../src/com/ibm/wala/ipa/callgraph/CGNode.java | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/CGNode.java b/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/CGNode.java index 474f64f0e..e418876c0 100644 --- a/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/CGNode.java +++ b/com.ibm.wala.core/src/com/ibm/wala/ipa/callgraph/CGNode.java @@ -44,24 +44,11 @@ public interface CGNode extends INodeWithNumber, ContextItem { */ public Context getContext(); -// /** -// * Return the set of CGNodes that represent possible targets -// * of a particular call site when invoked in this context. -// */ -// Set getPossibleTargets(CallSiteReference site); - /** * @return Iterator of CallSiteReference */ Iterator iterateSites(); -// /** -// * @param target -// * @return iterator of CallSiteReference, the call sites in this node that might -// * dispatch to the target node. -// */ -// Iterator getPossibleSites(CGNode target); -// /** * This is for use only by call graph builders ... not by the general * public. Clients should not use this.