diff --git a/src/Renci.SshNet/Common/ASCIIEncoding.cs b/src/Renci.SshNet/Common/ASCIIEncoding.cs
index 5c18ce32..f37db557 100644
--- a/src/Renci.SshNet/Common/ASCIIEncoding.cs
+++ b/src/Renci.SshNet/Common/ASCIIEncoding.cs
@@ -191,19 +191,6 @@ namespace Renci.SshNet.Common
return byteCount;
}
-
-#if !SILVERLIGHT && !WINDOWS_PHONE
- ///
- /// Gets a value indicating whether the current encoding uses single-byte code points
- ///
- ///
- /// This property is always true.
- ///
- public override bool IsSingleByte
- {
- get { return true; }
- }
-#endif // !SILVERLIGHT && !WINDOWS_PHONE
}
}