Skip to content

Commit

Permalink
removed unused 'using's
Browse files Browse the repository at this point in the history
  • Loading branch information
timabell committed Aug 18, 2015
1 parent 4b98c07 commit 8060db0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions EfEnumToLookup/LookupGenerator/EnumToLookup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
{
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
using System.Data.SqlClient;
using System.Linq;
using System.Reflection;
using System.Text;
using System.Text.RegularExpressions;

/// <summary>
/// Makes up for a missing feature in Entity Framework 6.1
Expand Down

0 comments on commit 8060db0

Please sign in to comment.