remove now unused variable.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1423692 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Timothy A. Bish 2012-12-18 22:06:12 +00:00
parent a4be10c146
commit df2c7bdad4
1 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
*/
package org.apache.activemq.broker.scheduler;
import java.io.File;
import java.io.IOException;
import java.util.concurrent.atomic.AtomicBoolean;
@ -53,7 +52,6 @@ public class SchedulerBroker extends BrokerFilter implements JobListener {
private final WireFormat wireFormat = new OpenWireFormat();
private final ConnectionContext context = new ConnectionContext();
private final ProducerId producerId = new ProducerId();
private File directory;
private final SystemUsage systemUsage;
private final JobSchedulerStore store;
@ -310,6 +308,5 @@ public class SchedulerBroker extends BrokerFilter implements JobListener {
} catch (Exception e) {
LOG.error("Failed to send scheduled message " + job.getJobId(), e);
}
}
}