removed unused field

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@550687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-06-26 04:58:30 +00:00
parent 0b769eee01
commit 1623820bf1
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ public class ActiveMQSessionExecutor implements Task {
private boolean dispatchedBySessionPool;
private TaskRunner taskRunner;
private boolean startedOrWarnedThatNotStarted;
private long warnAboutUnstartedConnectionTime = 500L;
ActiveMQSessionExecutor(ActiveMQSession session) {
this.session = session;