1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +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();
void install(CEditor editor) {
initialize();
editor.addReconcileListener(this);
}
void uninstall(CEditor editor) {
initialize();
editor.removeReconcileListener(this);
}
private void initialize() {
// nothing?
}
@Override
public void aboutToBeReconciled() {
// nothing