summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2019-04-13 12:07:09 -0700
committerGitHub <noreply@github.com>2019-04-13 12:07:09 -0700
commit8c269c867321f9212e502e3d5671841b3ef63315 (patch)
tree98671c9633baeaeb5312ed48c55055f3fc2cbbb7 /src
parent8ef60d71f6b2c834c2c2c414366a709818fe2f42 (diff)
parent6430f634896b1f8d82d0a1d6c49a08f05093904a (diff)
downloadcoreclr-8c269c867321f9212e502e3d5671841b3ef63315.tar.gz
coreclr-8c269c867321f9212e502e3d5671841b3ef63315.tar.bz2
coreclr-8c269c867321f9212e502e3d5671841b3ef63315.zip
Delete outdated comment (#23967)
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;