Skip to content

Commit 9a0a07e

Browse files
committed
Remove commented old code
1 parent 8d350e8 commit 9a0a07e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Orm/Xtensive.Orm/Orm/Internals/Prefetch/PrefetchQueryEnumerable.cs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
{

0 commit comments

Comments
 (0)