Skip to content

Commit fdb1f3f

Browse files
committed
Remove redundant usings
1 parent 9031981 commit fdb1f3f

25 files changed

+2
-33
lines changed

src/NetMQ/Core/Mailbox.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ You should have received a copy of the GNU Lesser General Public License
1919
along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121

22-
using System;
2322
using System.Diagnostics;
2423
using System.Net.Sockets;
2524
using NetMQ.Core.Utils;

src/NetMQ/Core/Mechanisms/CurveClientMechanism.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Diagnostics;
32
using System.Security.Cryptography;
43
using System.Text;
54
using NaCl;

src/NetMQ/Core/Mechanisms/CurveServerMechanism.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
using System;
2-
using System.Linq;
32
using System.Security.Cryptography;
4-
using System.Text;
53
using NaCl;
64
using NetMQ.Core.Utils;
75

src/NetMQ/Core/Mechanisms/Mechanism.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Collections;
32
using System.Collections.Generic;
43
using System.Text;
54
using NetMQ.Core.Utils;

src/NetMQ/Core/Mechanisms/NullMechanism.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Text;
32
using NetMQ.Core.Utils;
43

54
namespace NetMQ.Core.Mechanisms

src/NetMQ/Core/Patterns/Client.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Diagnostics;
21
using NetMQ.Core.Patterns.Utils;
32

43
namespace NetMQ.Core.Patterns

src/NetMQ/Core/Patterns/Dealer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ You should have received a copy of the GNU Lesser General Public License
1919
along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121

22-
using System.Diagnostics;
2322
using NetMQ.Core.Patterns.Utils;
2423

2524
namespace NetMQ.Core.Patterns

src/NetMQ/Core/Patterns/Gather.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using System.Diagnostics;
21
using NetMQ.Core.Patterns.Utils;
32

43
namespace NetMQ.Core.Patterns

src/NetMQ/Core/Patterns/Pair.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ You should have received a copy of the GNU Lesser General Public License
1919
along with this program. If not, see <http://www.gnu.org/licenses/>.
2020
*/
2121

22-
using System.Diagnostics;
23-
2422
namespace NetMQ.Core.Patterns
2523
{
2624
internal sealed class Pair : SocketBase

src/NetMQ/Core/Patterns/Peer.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ You should have received a copy of the GNU Lesser General Public License
2323
using System;
2424
using System.Collections.Generic;
2525
using System.Diagnostics;
26-
using System.Threading;
2726
using NetMQ.Core.Patterns.Utils;
28-
using NetMQ.Core.Utils;
2927

3028
namespace NetMQ.Core.Patterns
3129
{

0 commit comments

Comments
 (0)