Skip to content
This repository was archived by the owner on Apr 10, 2018. It is now read-only.

Commit f99d121

Browse files
committed
Remove unneeded using directives
1 parent 77200fa commit f99d121

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

RestSharp.Portable.Test/AuthenticationTests.cs

-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
using System;
2-
using System.Configuration;
3-
using System.Diagnostics;
42
using System.IO;
53
using System.Linq;
64
using System.Net;
7-
using System.Security.Cryptography;
85
using System.Text;
96
using System.Threading;
107
using System.Threading.Tasks;
118

12-
using Org.BouncyCastle.Crypto;
139
using Org.BouncyCastle.Crypto.Parameters;
1410
using Org.BouncyCastle.OpenSsl;
1511

0 commit comments

Comments
 (0)