removes useless code

This commit is contained in:
2017-09-19 15:17:20 +02:00
parent 41997d285e
commit 5cab1e9f95
4 changed files with 0 additions and 10 deletions

View File

@ -1,10 +1,4 @@
using System;
using System.Collections.Concurrent;
using System.Net.WebSockets;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AspNet.Mvc;
using Microsoft.Extensions.Logging;
namespace Yavsc.ApiControllers
{