Skip to content
Snippets Groups Projects
Commit 4ea802a7 authored by tpylak's avatar tpylak
Browse files

removing dead code

SVN: 1955
parent 73042ccf
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,6 @@ public class LocalProcessor implements IPathHandler, IRecoverableTimerTaskFactor
operationLog.debug("Recovery starts.");
}
recoverTemporaryExtraCopy();
recoverRegisterReadyForOutgoing();
if (operationLog.isDebugEnabled())
{
operationLog.debug("Recovery is finishsed.");
......@@ -154,15 +153,6 @@ public class LocalProcessor implements IPathHandler, IRecoverableTimerTaskFactor
return new File(inputDir, file.getName()).exists();
}
private void recoverRegisterReadyForOutgoing()
{
File[] files = readOperations.tryListFiles(outputDir, errorLog);
if (files == null || files.length == 0)
{
return; // directory is empty, no recovery is needed
}
}
// ----------------
public void handle(File path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment