File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Orm/Xtensive.Orm/Orm/Internals/Prefetch Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change 1- // Copyright (C) 2010-2020 Xtensive LLC.
1+ // Copyright (C) 2010-2021 Xtensive LLC.
22// This code is distributed under MIT license terms.
33// See the License.txt file in the project root for more information.
44// Created by: Alexis Kochetov
@@ -125,13 +125,6 @@ private StrongReferenceContainer ProcessFetchedElements(Guid enumerationId)
125125 return container ;
126126 }
127127
128- //private void Initialize()
129- //{
130- // unknownTypeQueue = new Queue<Key>();
131- // prefetchQueue = new Queue<Pair<IEnumerable<Key>, IHasNestedNodes>>();
132- // fieldDescriptorCache = new Dictionary<Pair<IHasNestedNodes, TypeInfo>, IList<PrefetchFieldDescriptor>>();
133- //}
134-
135128 public PrefetchQueryEnumerable ( Session session , IEnumerable < TItem > source ,
136129 SinglyLinkedList < KeyExtractorNode < TItem > > nodes )
137130 {
You can’t perform that action at this time.
0 commit comments