1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

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 * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -84,10 +84,6 @@ abstract public class Query<V> extends DsfRunnable
fExecuted = true; fExecuted = true;
return true; return true;
} }
public synchronized boolean isExecuted() {
return fExecuted;
}
}; };
private final QueryRm fRm = new QueryRm(); private final QueryRm fRm = new QueryRm();