reverse SVN 2744, it is not needed

(this resulted from a small misunderstanding of the newest cache layout)



git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2745 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
hermens 18 years ago
parent 1da9aece12
commit 48f81acc0e

@ -475,13 +475,6 @@ public final class plasmaHTCache {
int p = s.indexOf("/");
if (p < 0) p = s.indexOf("\\");
if (p < 0) return null;
if (s.startsWith("tree") || s.startsWith("hash")) {
// remove prefix
s = s.substring(p + 1);
p = s.indexOf("/");
if (p < 0) p = s.indexOf("\\");
if (p < 0) return null;
}
// remove the protokoll
s = s.substring(p + 1);
p = s.indexOf("/");

Loading…
Cancel
Save