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)
{
CompiledStatement localCompiledStatement = (CompiledStatement)this.csidMap.remove(i);
if (localCompiledStatement != null)