From 5c91c204fa2b6cefa7ffeee1e09fdd82edf2159a Mon Sep 17 00:00:00 2001 From: Shannon Date: Thu, 23 Jul 2015 17:57:02 +0200 Subject: [PATCH] removes unneeded class --- src/UmbracoExamine/UmbracoMemberIndexer.cs | 26 +--------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/src/UmbracoExamine/UmbracoMemberIndexer.cs b/src/UmbracoExamine/UmbracoMemberIndexer.cs index 8aadb56d2e..c93172b9a1 100644 --- a/src/UmbracoExamine/UmbracoMemberIndexer.cs +++ b/src/UmbracoExamine/UmbracoMemberIndexer.cs @@ -16,31 +16,7 @@ using Lucene.Net.Analysis; namespace UmbracoExamine { - internal class LazyEnumerableXmlCollection : IEnumerable - { - /// - /// Returns an enumerator that iterates through the collection. - /// - /// - /// An enumerator that can be used to iterate through the collection. - /// - public IEnumerator GetEnumerator() - { - throw new NotImplementedException(); - } - - /// - /// Returns an enumerator that iterates through a collection. - /// - /// - /// An object that can be used to iterate through the collection. - /// - IEnumerator IEnumerable.GetEnumerator() - { - return GetEnumerator(); - } - } - + /// /// Custom indexer for members ///