removed one superfluous line from last commit

(hasnot is included in remove)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2435 6c8d7289-2bf4-0310-a012-ef5d649a1542
This commit is contained in:
orbiter 2006-08-21 01:59:44 +00:00
parent 1591a55963
commit 135e019883

View File

@ -650,7 +650,6 @@ public class kelondroTree extends kelondroRecords implements kelondroIndex {
remove(result, writeSearchObj.getParent());
return values;
} else {
if (objectCache != null) objectCache.hasnot(key);
return null;
}
}