Skip to content

Commit bb953fc

Browse files
committed
remove old comment
1 parent a54935d commit bb953fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/HttpUserAgentParser/HttpUserAgentParser.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ public static HttpUserAgentInformation Parse(string userAgent)
4747
/// </summary>
4848
public static HttpUserAgentPlatformInformation? GetPlatform(string userAgent)
4949
{
50-
// Fast, allocation-free token scan (keeps public statics untouched)
5150
ReadOnlySpan<char> ua = userAgent.AsSpan();
5251
foreach ((string Token, string Name, HttpUserAgentPlatformType PlatformType) platform in HttpUserAgentStatics.s_platformRules)
5352
{

0 commit comments

Comments
 (0)