Comment out StreamReader.

This commit is contained in:
Charles Betros 2015-11-05 10:57:38 -06:00
parent 7565bb6a30
commit 535d3d136e

View file

@ -6,12 +6,12 @@ using Cosmos.IL2CPU.Plugs;
namespace Cosmos.System.Plugs.System.IO
{
[Plug(Target = typeof(global::System.IO.StreamReader))]
public static class StreamReaderImpl
{
public static void CheckAsyncTaskInProgress(global::System.IO.StreamReader aThis)
{
// for now do nothing
}
}
//[Plug(Target = typeof(global::System.IO.StreamReader))]
//public static class StreamReaderImpl
//{
// public static void CheckAsyncTaskInProgress(global::System.IO.StreamReader aThis)
// {
// // for now do nothing
// }
//}
}