Skip to content

Commit bcee92c

Browse files
author
rstam
committed
Cleaned up using statements in new LINQ code.
1 parent 34e4c80 commit bcee92c

17 files changed

+0
-33
lines changed

Driver/Linq/Expressions/ExpressionFormatter.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020
using System.Linq.Expressions;
2121
using System.Text;
2222
using System.Text.RegularExpressions;
23-
using System.Threading;
24-
25-
using MongoDB.Bson;
2623

2724
namespace MongoDB.Driver.Linq
2825
{

Driver/Linq/Expressions/ExpressionParameterReplacer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
using System.Linq.Expressions;
2020
using System.Text;
2121

22-
using MongoDB.Bson;
23-
2422
namespace MongoDB.Driver.Linq
2523
{
2624
/// <summary>

Driver/Linq/Expressions/ExpressionPrettyPrinter.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
using System.Linq.Expressions;
2121
using System.Text;
2222
using System.Text.RegularExpressions;
23-
using System.Threading;
2423

2524
namespace MongoDB.Driver.Linq
2625
{

Driver/Linq/Expressions/ExpressionVisitor.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
using System.Linq;
2020
using System.Linq.Expressions;
2121
using System.Text;
22-
using System.Threading;
2322

2423
namespace MongoDB.Driver.Linq
2524
{

Driver/Linq/LinqExtensionMethods.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,9 @@
1414
*/
1515

1616
using System;
17-
using System.Collections;
1817
using System.Collections.Generic;
1918
using System.Linq;
20-
using System.Linq.Expressions;
2119
using System.Text;
22-
using System.Threading;
2320

2421
namespace MongoDB.Driver.Linq
2522
{

Driver/Linq/LinqToMongo.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,9 @@
1414
*/
1515

1616
using System;
17-
using System.Collections;
1817
using System.Collections.Generic;
1918
using System.Linq;
20-
using System.Linq.Expressions;
2119
using System.Text;
22-
using System.Threading;
23-
24-
using MongoDB.Bson;
2520

2621
namespace MongoDB.Driver.Linq
2722
{

Driver/Linq/MongoQueryProvider.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using System.Linq;
1919
using System.Linq.Expressions;
2020
using System.Text;
21-
using System.Threading;
2221
using System.Reflection;
2322

2423
// for a good blog post on implementing LINQ query providers see Matt Warren's blog posts

Driver/Linq/MongoQueryable.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
using System.Linq;
2020
using System.Linq.Expressions;
2121
using System.Text;
22-
using System.Threading;
2322

2423
namespace MongoDB.Driver.Linq
2524
{

Driver/Linq/Translators/DeserializationProjector.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
using System.Collections;
1818
using System.Collections.Generic;
1919
using System.Linq;
20-
using System.Linq.Expressions;
2120
using System.Text;
2221

2322
using MongoDB.Bson;

Driver/Linq/Translators/MongoQueryTranslator.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
using System.Linq;
1919
using System.Linq.Expressions;
2020
using System.Text;
21-
using System.Threading;
2221

2322
namespace MongoDB.Driver.Linq
2423
{

0 commit comments

Comments
 (0)