summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-04-13 08:13:04 -0700
committerJan Kotas <jkotas@microsoft.com>2019-04-13 08:13:04 -0700
commit6430f634896b1f8d82d0a1d6c49a08f05093904a (patch)
treed0921da52e3ace7319cd830a8dcafb2b41b1f4f7 /src
parent8913aaa1388e263d537b19e78caaed6b124fc0ea (diff)
downloadcoreclr-6430f634896b1f8d82d0a1d6c49a08f05093904a.tar.gz
coreclr-6430f634896b1f8d82d0a1d6c49a08f05093904a.tar.bz2
coreclr-6430f634896b1f8d82d0a1d6c49a08f05093904a.zip
Delete outdated comment
Diffstat (limited to 'src')
-rw-r--r--src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs b/src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs
index 72d0a58f11..b5817447c7 100644
--- a/src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs
+++ b/src/System.Private.CoreLib/shared/System/Text/UTF8Encoding.cs
@@ -10,10 +10,6 @@
// 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;