diff options
author | Craig Tiller <ctiller@google.com> | 2015-08-31 15:59:13 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-08-31 15:59:13 -0700 |
commit | 245bd8875b4640104df433f6a432b5d63799bfb8 (patch) | |
tree | 5ddd592e172d9e7fec49300f54db6b0bdff7c275 /src/csharp/Grpc.IntegrationTesting/TestCredentials.cs | |
parent | ae69ad1bcf0322200ebeed5476ee9978101beeb7 (diff) | |
parent | cbdfaba7ae41634c66d1a32cbc2ea674a34be9c6 (diff) |
Merge github.com:grpc/grpc into second-coming
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting/TestCredentials.cs')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/TestCredentials.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/TestCredentials.cs b/src/csharp/Grpc.IntegrationTesting/TestCredentials.cs index da0b7fb910..7a48d6e92e 100644 --- a/src/csharp/Grpc.IntegrationTesting/TestCredentials.cs +++ b/src/csharp/Grpc.IntegrationTesting/TestCredentials.cs @@ -37,8 +37,6 @@ using System.Diagnostics; using System.IO; using System.Text.RegularExpressions; using System.Threading.Tasks; -using Google.ProtocolBuffers; -using grpc.testing; using Grpc.Core; using Grpc.Core.Utils; using NUnit.Framework; |