1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-08 17:45:24 +02:00

Clean up stale comment.

This commit is contained in:
Doug Schaefer 2014-04-16 10:46:25 -04:00
parent b12b65bfb8
commit 8d6b31bff3

View file

@ -166,9 +166,6 @@ public class QtPDOMLinkage extends PDOMLinkage {
//
// I don't think this needs to be thread-safe, because things are only added from
// the single indexer task.
//
// Doug: The cache is causing out of memory conditions. Commenting out for now.
//
PDOMBinding pdomBinding = null;
pdomBinding = cache.get(qtAstName);
if (pdomBinding != null)