synchronized void removeSession(int paramInt)
{
IntKeyIntValueHashMap localIntKeyIntValueHashMap = (IntKeyIntValueHashMap)this.sessionUseMap.remove(paramInt);
if (localIntKeyIntValueHashMap == null)
return;
Iterator localIterator = localIntKeyIntValueHashMap.keySet().iterator();
while (localIterator.hasNext())
{
int i = localIterator.nextInt();
int j = this.useMap.get(i, 1) - 1;
if (j == 0)