Delete outdated comment
authorJan Kotas <jkotas@microsoft.com>
Sat, 13 Apr 2019 15:13:04 +0000 (08:13 -0700)
committerJan Kotas <jkotas@microsoft.com>
Sat, 13 Apr 2019 15:13:04 +0000 (08:13 -0700)
src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs

index 72d0a58..b581744 100644 (file)
 // The fast loops attempts to blaze through as fast as possible with optimistic range checks,
 // processing multiple characters at a time, and falling back to the slow loop for all special cases.
 
-// This define can be used to turn off the fast loops. Useful for finding whether
-// the problem is fastloop-specific.
-#define FASTLOOP
-
 using System;
 using System.Buffers;
 using System.Diagnostics;