Skip to content

Commit c6a1deb

Browse files
author
Marc Sallin
committed
Removed unused usings.
1 parent b0be36b commit c6a1deb

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

SQLite.CodeFirst/DbInitializers/SqliteInitializerBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using System.Data.Entity.ModelConfiguration.Conventions;
44
using SQLite.CodeFirst.Convention;
55
using System.IO;
6-
using System.Linq;
76
using SQLite.CodeFirst.Extensions;
87
using SQLite.CodeFirst.Utility;
98

SQLite.CodeFirst/Internal/Builder/CreateIndexStatementBuilder.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
using System;
2-
using System.Collections.Generic;
1+
using System.Collections.Generic;
32
using System.Collections.ObjectModel;
43
using System.ComponentModel.DataAnnotations.Schema;
54
using System.Data.Entity.Core.Metadata.Edm;
65
using System.Data.Entity.Infrastructure.Annotations;
7-
using System.Globalization;
86
using System.Linq;
97
using SQLite.CodeFirst.Builder.NameCreators;
108
using SQLite.CodeFirst.Extensions;

0 commit comments

Comments
 (0)