Skip to content

Commit a54935d

Browse files
committed
remove old comment
1 parent f8d2e26 commit a54935d

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
@@ -86,7 +86,6 @@ public static (string Name, string? Version)? GetBrowser(string userAgent)
8686
}
8787

8888
// Version token may differ (e.g., Safari uses "Version/")
89-
// Keep full span immutable across iterations
9089

9190
int versionSearchStart;
9291
// For rules without a specific version token, ensure pattern Token/<digits>

0 commit comments

Comments
 (0)