diff --git a/src/Microsoft.AspNetCore.SignalR/HubEndPoint.cs b/src/Microsoft.AspNetCore.SignalR/HubEndPoint.cs index 1b22100e90..d3051bdcf5 100644 --- a/src/Microsoft.AspNetCore.SignalR/HubEndPoint.cs +++ b/src/Microsoft.AspNetCore.SignalR/HubEndPoint.cs @@ -30,7 +30,6 @@ namespace Microsoft.AspNetCore.SignalR private readonly Dictionary>> _callbacks = new Dictionary>>(StringComparer.OrdinalIgnoreCase); private readonly Dictionary _paramTypes = new Dictionary(); - private static object[] EmptyArray = new object[0]; private readonly HubLifetimeManager _lifetimeManager; private readonly IHubContext _hubContext;