diff options
author | Michael Lumish <mlumish@google.com> | 2015-05-08 14:43:04 -0700 |
---|---|---|
committer | Michael Lumish <mlumish@google.com> | 2015-05-08 14:43:04 -0700 |
commit | b8b59b18f2585b602a8c4282ebaf4d5c8bef473a (patch) | |
tree | dab676e784748adc6c648391e339d29d81cd56f4 /src/csharp/Grpc.Examples/MathExamples.cs | |
parent | aef386b2210a6de0c67ce5b7ef3580058a577041 (diff) | |
parent | 1c51f550deb9d29d468e6eb74ae157ddbac129f3 (diff) |
Merge pull request #1533 from jtattermusch/csharp_cleanup
C# dependencies cleanup
Diffstat (limited to 'src/csharp/Grpc.Examples/MathExamples.cs')
-rw-r--r-- | src/csharp/Grpc.Examples/MathExamples.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/csharp/Grpc.Examples/MathExamples.cs b/src/csharp/Grpc.Examples/MathExamples.cs index d8ea8566cb..ab06a44c0d 100644 --- a/src/csharp/Grpc.Examples/MathExamples.cs +++ b/src/csharp/Grpc.Examples/MathExamples.cs @@ -31,7 +31,6 @@ using System; using System.Collections.Generic; -using System.Reactive.Linq; using System.Threading.Tasks; using Grpc.Core.Utils; |