Skip to content

Commit

Permalink
removed one superfluous line from last commit
Browse files Browse the repository at this point in the history
(hasnot is included in remove)

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2435 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Aug 21, 2006
1 parent 1591a55 commit 135e019
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/de/anomic/kelondro/kelondroTree.java
Expand Up @@ -650,7 +650,6 @@ public kelondroRow.Entry remove(byte[] key) throws IOException {
remove(result, writeSearchObj.getParent());
return values;
} else {
if (objectCache != null) objectCache.hasnot(key);
return null;
}
}
Expand Down

0 comments on commit 135e019

Please sign in to comment.