Skip to content

Commit

Permalink
"Revert EncodingForwarder (dotnet#10805)"
Browse files Browse the repository at this point in the history
This reverts commit e74569c.
  • Loading branch information
danmoseley committed Apr 9, 2017
1 parent e74569c commit 0bc6936
Show file tree
Hide file tree
Showing 8 changed files with 1,723 additions and 559 deletions.
1 change: 0 additions & 1 deletion src/mscorlib/mscorlib.shared.sources.props
Original file line number Diff line number Diff line change
Expand Up @@ -991,7 +991,6 @@
<TextSources Include="$(BclSourcesRoot)\System\Text\EncoderFallback.cs" />
<TextSources Include="$(BclSourcesRoot)\System\Text\EncoderReplacementFallback.cs" />
<TextSources Include="$(BclSourcesRoot)\System\Text\Encoding.cs" />
<TextSources Include="$(BclSourcesRoot)\System\Text\EncodingForwarder.cs" />
<TextSources Include="$(BclSourcesRoot)\System\Text\EncodingInfo.cs" />
<TextSources Include="$(BclSourcesRoot)\System\Text\EncodingNLS.cs" />
<TextSources Include="$(BclSourcesRoot)\System\Text\EncodingProvider.cs" />
Expand Down
328 changes: 290 additions & 38 deletions src/mscorlib/src/System/Text/ASCIIEncoding.cs

Large diffs are not rendered by default.

339 changes: 0 additions & 339 deletions src/mscorlib/src/System/Text/EncodingForwarder.cs

This file was deleted.

Loading

0 comments on commit 0bc6936

Please sign in to comment.