Remove unused private method

Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-02-13 16:14:09 -05:00
parent ae2b10f980
commit 002e422dac

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2006, 2010 Wind River Systems and others.
* Copyright (c) 2006, 2015 Wind River Systems and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@ -84,10 +84,6 @@ abstract public class Query<V> extends DsfRunnable
fExecuted = true;
return true;
}
public synchronized boolean isExecuted() {
return fExecuted;
}
};
private final QueryRm fRm = new QueryRm();