Skip to content

Commit

Permalink
code cleanup: removed unused code and unused methods
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6559 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Jan 10, 2010
1 parent a3b8b7b commit d1973ba
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 403 deletions.
105 changes: 0 additions & 105 deletions source/de/anomic/crawler/LoaderMessage.java

This file was deleted.

229 changes: 0 additions & 229 deletions source/de/anomic/http/server/ChunkedInputStream.java

This file was deleted.

3 changes: 0 additions & 3 deletions source/de/anomic/yacy/seedUpload/yacySeedUploadFile.java
Expand Up @@ -57,7 +57,4 @@ public String[] getConfigurationOptions() {
return new String[]{CONFIG_FILE_PATH};
}

public String[] getLibxDependencies() {
return new String[]{};
}
}
4 changes: 0 additions & 4 deletions source/de/anomic/yacy/seedUpload/yacySeedUploadFtp.java
Expand Up @@ -68,8 +68,4 @@ public String[] getConfigurationOptions() {
return new String[] {CONFIG_FTP_SERVER,CONFIG_FTP_ACCOUNT,CONFIG_FTP_PASSWORD,CONFIG_FTP_PATH};
}

public String[] getLibxDependencies() {
return new String[]{};
}

}
4 changes: 0 additions & 4 deletions source/de/anomic/yacy/seedUpload/yacySeedUploadScp.java
Expand Up @@ -90,10 +90,6 @@ public String[] getConfigurationOptions() {
return new String[] {CONFIG_SCP_SERVER,CONFIG_SCP_SERVER_PORT,CONFIG_SCP_ACCOUNT,CONFIG_SCP_PASSWORD,CONFIG_SCP_PATH};
}

public String[] getLibxDependencies() {
return new String[]{"jsch-0.1.21.jar"};
}

}

class sshc {
Expand Down
1 change: 0 additions & 1 deletion source/de/anomic/yacy/yacySeedUploader.java
Expand Up @@ -31,5 +31,4 @@
public interface yacySeedUploader {
public String uploadSeedFile(serverSwitch sb, yacySeedDB seedDB, File seedFile) throws Exception;
public String[] getConfigurationOptions();
public String[] getLibxDependencies();
}

0 comments on commit d1973ba

Please sign in to comment.