mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-04 22:23:28 +02:00
Remove check from loadExtensions and just do it in loadExtensionsSynchronized. Otherwise, a caller to loadExtensions could try to use the extension maps before they are populated.
This commit is contained in:
parent
fe2b61a78e
commit
b243933e48
1 changed files with 0 additions and 3 deletions
|
@ -1606,9 +1606,6 @@ public class ManagedBuildManager extends AbstractCExtension implements IScannerI
|
||||||
* call this method first, it is effectively a startup method
|
* call this method first, it is effectively a startup method
|
||||||
*/
|
*/
|
||||||
private static void loadExtensions() throws BuildException {
|
private static void loadExtensions() throws BuildException {
|
||||||
if (projectTypesLoaded)
|
|
||||||
return;
|
|
||||||
|
|
||||||
loadExtensionsSynchronized();
|
loadExtensionsSynchronized();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue