From a81ac59c904da514539e0919ee2febd2d0d6e02d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 3 Sep 2018 13:46:58 +0200 Subject: [PATCH] drops compilation warnings --- Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs | 1 - Yavsc/Migrations/20180805122812_gitprojectref.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs b/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs index 17de61aa..e6c28833 100644 --- a/Yavsc/Migrations/20180805122812_gitprojectref.Designer.cs +++ b/Yavsc/Migrations/20180805122812_gitprojectref.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/20180805122812_gitprojectref.cs b/Yavsc/Migrations/20180805122812_gitprojectref.cs index 7a7e2e02..43f9aaaa 100644 --- a/Yavsc/Migrations/20180805122812_gitprojectref.cs +++ b/Yavsc/Migrations/20180805122812_gitprojectref.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations