Skip to content

Commit

Permalink
reverse SVN 2744, it is not needed
Browse files Browse the repository at this point in the history
(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
  • Loading branch information
hermens committed Oct 10, 2006
1 parent 1da9aec commit 48f81ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions source/de/anomic/plasma/plasmaHTCache.java
Expand Up @@ -475,13 +475,6 @@ private String dom(File f) {
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("/");
Expand Down

0 comments on commit 48f81ac

Please sign in to comment.