We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56b0f commit 0d569fbCopy full SHA for 0d569fb
src/Renci.SshNet/Common/ASCIIEncoding.cs
@@ -191,19 +191,6 @@ public override int GetMaxCharCount(int byteCount)
191
192
return byteCount;
193
}
194
-
195
-#if !SILVERLIGHT && !WINDOWS_PHONE
196
- /// <summary>
197
- /// Gets a value indicating whether the current encoding uses single-byte code points
198
- /// </summary>
199
- /// <value>
200
- /// This property is always <c>true</c>.
201
- /// </value>
202
- public override bool IsSingleByte
203
- {
204
- get { return true; }
205
- }
206
-#endif // !SILVERLIGHT && !WINDOWS_PHONE
207
208
209
0 commit comments