Skip to content

Commit 0d569fb

Browse files
committed
Remove conditional override of IsSingleByte as we'll only define the ASCIIEncoding class on target frameworks that do not support this override.
1 parent eb56b0f commit 0d569fb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/Renci.SshNet/Common/ASCIIEncoding.cs

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -191,19 +191,6 @@ public override int GetMaxCharCount(int byteCount)
191191

192192
return byteCount;
193193
}
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
207194
}
208195
}
209196

0 commit comments

Comments
 (0)