Commit 0f9a073c authored by Honfika's avatar Honfika

remove unused code

parent 729e2f6d
...@@ -107,16 +107,6 @@ namespace Titanium.Web.Proxy.EventArguments ...@@ -107,16 +107,6 @@ namespace Titanium.Web.Proxy.EventArguments
} }
} }
protected override void Dispose(bool disposing)
{
if (chunkBytesRemaining != -1)
{
;
}
base.Dispose(disposing);
}
public override void Write(byte[] buffer, int offset, int count) public override void Write(byte[] buffer, int offset, int count)
{ {
throw new NotSupportedException(); throw new NotSupportedException();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment