remove silly comment

git-svn-id: https://wala.svn.sourceforge.net/svnroot/wala/trunk@1431 f5eafffb-2e1d-0410-98e4-8ec43c5233c4
This commit is contained in:
sjfink 2007-07-11 20:04:24 +00:00
parent 1e1e574287
commit 6a04d78285
1 changed files with 0 additions and 3 deletions

View File

@ -64,9 +64,6 @@ public class ParanoidHashSet<T> extends HashSet<T> {
hcFreq = new HashMap<Integer, Set<T>>();
}
/**
* @param size
*/
public ParanoidHashSet(int size) {
super(size);
hcFreq = new HashMap<Integer, Set<T>>(size);