mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug # 206853 : ScannerInfoProviderProxy adds itself twice as CProjectDescriptionListener
This commit is contained in:
parent
eaadac7c66
commit
b9f77afe5d
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ public class ScannerInfoProviderProxy extends AbstractCExtensionProxy implements
|
|||
|
||||
public ScannerInfoProviderProxy(IProject project) {
|
||||
super(project, CCorePlugin.BUILD_SCANNER_INFO_UNIQ_ID);
|
||||
CProjectDescriptionManager.getInstance().addCProjectDescriptionListener(this, CProjectDescriptionEvent.LOADDED | CProjectDescriptionEvent.APPLIED);
|
||||
}
|
||||
|
||||
public IScannerInfo getScannerInformation(IResource resource) {
|
||||
|
|
Loading…
Add table
Reference in a new issue