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:
parent
b12b65bfb8
commit
8d6b31bff3
1 changed files with 0 additions and 3 deletions
|
@ -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
|
// I don't think this needs to be thread-safe, because things are only added from
|
||||||
// the single indexer task.
|
// the single indexer task.
|
||||||
//
|
|
||||||
// Doug: The cache is causing out of memory conditions. Commenting out for now.
|
|
||||||
//
|
|
||||||
PDOMBinding pdomBinding = null;
|
PDOMBinding pdomBinding = null;
|
||||||
pdomBinding = cache.get(qtAstName);
|
pdomBinding = cache.get(qtAstName);
|
||||||
if (pdomBinding != null)
|
if (pdomBinding != null)
|
||||||
|
|
Loading…
Add table
Reference in a new issue