[Modify] Remove it

This commit is contained in:
sta 2015-10-05 14:23:12 +09:00
parent 51e61827f6
commit c8c4f12232

View File

@ -688,12 +688,6 @@ Extended Payload Length: {7}
return frame;
}
internal static void ReadFrameAsync (
Stream stream, Action<WebSocketFrame> completed, Action<Exception> error)
{
ReadFrameAsync (stream, true, completed, error);
}
internal static void ReadFrameAsync (
Stream stream, bool unmask, Action<WebSocketFrame> completed, Action<Exception> error)
{