1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00

Code streamlining.

This commit is contained in:
Sergey Prigogin 2012-04-29 13:42:45 -07:00
parent 065d6ad9a0
commit d74d5f3757

View file

@ -29,19 +29,13 @@ public class CodanCReconciler implements ICReconcilingListener {
private CxxCodanReconciler reconsiler = new CxxCodanReconciler(); private CxxCodanReconciler reconsiler = new CxxCodanReconciler();
void install(CEditor editor) { void install(CEditor editor) {
initialize();
editor.addReconcileListener(this); editor.addReconcileListener(this);
} }
void uninstall(CEditor editor) { void uninstall(CEditor editor) {
initialize();
editor.removeReconcileListener(this); editor.removeReconcileListener(this);
} }
private void initialize() {
// nothing?
}
@Override @Override
public void aboutToBeReconciled() { public void aboutToBeReconciled() {
// nothing // nothing