From 3e464933fc21869261abd45fc6e65047c80a48e1 Mon Sep 17 00:00:00 2001
From: Nikolaj Geisle <70372949+Zeegaan@users.noreply.github.com>
Date: Wed, 13 Jul 2022 11:14:51 +0200
Subject: [PATCH] delete unused static leftover from merge
---
src/Umbraco.Infrastructure/PublishedContentQuery.cs | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/Umbraco.Infrastructure/PublishedContentQuery.cs b/src/Umbraco.Infrastructure/PublishedContentQuery.cs
index f0518b777d..ef16aeccc6 100644
--- a/src/Umbraco.Infrastructure/PublishedContentQuery.cs
+++ b/src/Umbraco.Infrastructure/PublishedContentQuery.cs
@@ -18,8 +18,6 @@ namespace Umbraco.Cms.Infrastructure;
///
public class PublishedContentQuery : IPublishedContentQuery
{
- private static readonly HashSet _itemIdFieldNameHashSet = new() {ExamineFieldNames.ItemIdFieldName};
-
private readonly IExamineManager _examineManager;
private readonly IPublishedSnapshot _publishedSnapshot;
private readonly IVariationContextAccessor _variationContextAccessor;