diff --git a/src/Umbraco.Web/PublishedCache/PublishedSnapshotServiceBase.cs b/src/Umbraco.Web/PublishedCache/PublishedSnapshotServiceBase.cs index 3ebb0fd289..1b56f54569 100644 --- a/src/Umbraco.Web/PublishedCache/PublishedSnapshotServiceBase.cs +++ b/src/Umbraco.Web/PublishedCache/PublishedSnapshotServiceBase.cs @@ -6,16 +6,6 @@ using Umbraco.Web.Cache; namespace Umbraco.Web.PublishedCache { - internal class NotifiedEventArgs : EventArgs - { - public NotifiedEventArgs(T[] payloads) - { - Payloads = payloads; - } - - public T[] Payloads { get; } - } - internal abstract class PublishedSnapshotServiceBase : IPublishedSnapshotService { protected PublishedSnapshotServiceBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IVariationContextAccessor variationContextAccessor)