1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Fix for [Bug 175509] [Project Model] lots of "storage file not found" msgs in error log

This commit is contained in:
Mikhail Sennikovsky 2007-02-26 17:17:03 +00:00
parent 7360d17945
commit 9f848fe7b2

View file

@ -21,7 +21,6 @@ import java.io.InputStream;
import java.net.URI;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
@ -361,7 +360,7 @@ public class CProjectDescriptionManager {
try {
des = loadProjectDescription(project);
} catch (CoreException e) {
CCorePlugin.log(e);
// CCorePlugin.log(e);
}
if(des == null){
//TODO: check if conversion needed