mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 14:12:10 +02:00
Code streamlining.
This commit is contained in:
parent
065d6ad9a0
commit
d74d5f3757
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue