Skip to content

Commit 08e3ed5

Browse files
committed
Remove unused using statements
1 parent 24b2e9b commit 08e3ed5

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Ignia.Topics.Data.Sql/SqlTopicRepository.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System;
77
using System.Collections.Generic;
88
using System.Data;
9-
using System.Data.Common;
109
using System.Data.SqlClient;
1110
using System.Diagnostics;
1211
using System.Diagnostics.Contracts;
@@ -15,8 +14,6 @@
1514
using System.Text;
1615
using System.Web;
1716
using System.Xml;
18-
using Ignia.Topics.Collections;
19-
using Ignia.Topics.Querying;
2017
using Ignia.Topics.Repositories;
2118

2219
namespace Ignia.Topics.Data.Sql {

Ignia.Topics/Collections/AttributeValueCollection.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Collections.ObjectModel;
88
using System.Diagnostics.Contracts;
99
using Ignia.Topics.Reflection;
10-
using Ignia.Topics.Repositories;
1110

1211
namespace Ignia.Topics.Collections {
1312

0 commit comments

Comments
 (0)