diff --git a/src/Yavsc/Controllers/Communicating/LiveController.cs b/src/Yavsc/Controllers/Communicating/LiveController.cs deleted file mode 100644 index 7a43709d..00000000 --- a/src/Yavsc/Controllers/Communicating/LiveController.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Collections.Concurrent; -using System.Collections.Generic; -using System.Net.WebSockets; -using System.Security.Claims; -using System.Threading; -using System.Threading.Tasks; -using Microsoft.AspNet.Mvc; -using Yavsc.ViewModels.Streaming; -using Yavsc.Models; -using System.Linq; -using Microsoft.Extensions.Logging; - -namespace Yavsc.Controllers.Communicating -{ - public class LiveController : Controller - { - - } -} \ No newline at end of file