From 3a9693bfa74bfc3bc9136e94ca515cdf53d15f7d Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Mon, 5 Sep 2016 00:25:13 +0200 Subject: [PATCH] fixxes compile warnings --- Yavsc/Migrations/20160901145646_products.Designer.cs | 1 - Yavsc/Migrations/20160901145646_products.cs | 2 -- 2 files changed, 3 deletions(-) diff --git a/Yavsc/Migrations/20160901145646_products.Designer.cs b/Yavsc/Migrations/20160901145646_products.Designer.cs index 926ab983..e0e98f35 100644 --- a/Yavsc/Migrations/20160901145646_products.Designer.cs +++ b/Yavsc/Migrations/20160901145646_products.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/20160901145646_products.cs b/Yavsc/Migrations/20160901145646_products.cs index 484eeca4..5b2a91a6 100644 --- a/Yavsc/Migrations/20160901145646_products.cs +++ b/Yavsc/Migrations/20160901145646_products.cs @@ -1,5 +1,3 @@ -using System; -using System.Collections.Generic; using Microsoft.Data.Entity.Migrations; namespace Yavsc.Migrations