Skip to content

Commit 1ae26d1

Browse files
author
Weihan Li
committed
remove comments
1 parent 4295d7c commit 1ae26d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Grpc.Net.Common/AsyncStreamReaderExtensions.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
#endregion
1818

19-
//#if !NETSTANDARD2_0 && !NET462
20-
2119
using System.Runtime.CompilerServices;
2220
using Grpc.Shared;
2321

@@ -50,5 +48,3 @@ private static async IAsyncEnumerable<T> ReadAllAsyncCore<T>(IAsyncStreamReader<
5048
}
5149
}
5250
}
53-
54-
//#endif

0 commit comments

Comments
 (0)