Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit c4d843f

Browse files
MisinformedDNAstephentoub
authored andcommitted
Clean dead code for System.Console (#28908)
* Clean dead code for System.Console * Undo bad changes
1 parent 622564b commit c4d843f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Common/src/System/Text/OSEncoder.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -240,13 +240,5 @@ public override unsafe void Convert(char* chars, int charCount,
240240
charsUsed = 0;
241241
completed = false;
242242
}
243-
244-
public Encoding Encoding
245-
{
246-
get
247-
{
248-
return _encoding;
249-
}
250-
}
251243
}
252244
}

0 commit comments

Comments
 (0)