clean up no longer used reserveTime cruft

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883420 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-11-23 17:17:54 +00:00
parent e745742505
commit 6fcb72a3ad
1 changed files with 0 additions and 2 deletions

View File

@ -118,12 +118,10 @@ public class SnapShooter {
private byte[] buffer = new byte[DEFAULT_BUFFER_SIZE];
private IndexCommit indexCommit;
private IndexDeletionPolicyWrapper delPolicy;
private int reserveTime;
public FileCopier(IndexDeletionPolicyWrapper delPolicy, IndexCommit commit) {
this.delPolicy = delPolicy;
this.indexCommit = commit;
this.reserveTime = reserveTime;
}
public void copyFiles(Collection<String> files, File destDir) throws IOException {