1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +02:00

[280453] [performance] DefaultFileServiceCodePageConverter is wasteful with main memory

This commit is contained in:
David McKnight 2012-03-20 20:07:57 +00:00
parent 8f2332179b
commit 868e39217c

View file

@ -99,7 +99,6 @@ public class DefaultFileServiceCodePageConverter implements
file.delete();
altFile.renameTo(file);
}
altFile.renameTo(file);
}
}