From cf6b2701f20031e6e7c7e15c871e8c563596b18f Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 19 Dec 2017 09:56:24 +0100 Subject: [PATCH] fixes compilation warnings --- Yavsc/Controllers/HomeController.cs | 2 -- Yavsc/Migrations/20171016090837_bugDescription.Designer.cs | 1 - Yavsc/Migrations/20171016090837_bugDescription.cs | 2 -- Yavsc/Migrations/20171019130120_subComment.Designer.cs | 1 - Yavsc/Migrations/20171019130120_subComment.cs | 2 -- Yavsc/Migrations/20171020090944_commentAuthor.cs | 2 -- 6 files changed, 10 deletions(-) diff --git a/Yavsc/Controllers/HomeController.cs b/Yavsc/Controllers/HomeController.cs index 3f0c20ee..615d710a 100644 --- a/Yavsc/Controllers/HomeController.cs +++ b/Yavsc/Controllers/HomeController.cs @@ -13,12 +13,10 @@ using System.Threading.Tasks; namespace Yavsc.Controllers { - using System.Collections.Generic; using System.IO; using Models; using Yavsc; using Yavsc.Helpers; - using Yavsc.Models.Workflow; [AllowAnonymous] public class HomeController : Controller diff --git a/Yavsc/Migrations/20171016090837_bugDescription.Designer.cs b/Yavsc/Migrations/20171016090837_bugDescription.Designer.cs index a68cb36d..64553276 100644 --- a/Yavsc/Migrations/20171016090837_bugDescription.Designer.cs +++ b/Yavsc/Migrations/20171016090837_bugDescription.Designer.cs @@ -1,7 +1,6 @@ using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; -using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using Yavsc.Models; diff --git a/Yavsc/Migrations/20171016090837_bugDescription.cs b/Yavsc/Migrations/20171016090837_bugDescription.cs index 2f094135..8596c7c5 100644 --- a/Yavsc/Migrations/20171016090837_bugDescription.cs +++ b/Yavsc/Migrations/20171016090837_bugDescription.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations diff --git a/Yavsc/Migrations/20171019130120_subComment.Designer.cs b/Yavsc/Migrations/20171019130120_subComment.Designer.cs index 7b1139f6..c0ec8daa 100644 --- a/Yavsc/Migrations/20171019130120_subComment.Designer.cs +++ b/Yavsc/Migrations/20171019130120_subComment.Designer.cs @@ -1,7 +1,6 @@ using System; using Microsoft.Data.Entity; using Microsoft.Data.Entity.Infrastructure; -using Microsoft.Data.Entity.Metadata; using Microsoft.Data.Entity.Migrations; using Yavsc.Models; diff --git a/Yavsc/Migrations/20171019130120_subComment.cs b/Yavsc/Migrations/20171019130120_subComment.cs index c180eaf1..2169cef2 100644 --- a/Yavsc/Migrations/20171019130120_subComment.cs +++ b/Yavsc/Migrations/20171019130120_subComment.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations diff --git a/Yavsc/Migrations/20171020090944_commentAuthor.cs b/Yavsc/Migrations/20171020090944_commentAuthor.cs index 9d460605..2121848d 100644 --- a/Yavsc/Migrations/20171020090944_commentAuthor.cs +++ b/Yavsc/Migrations/20171020090944_commentAuthor.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations