Removed unnecessary comments due to changes to ProtoBuf

This commit is contained in:
MaxXor 2015-03-17 10:34:31 +01:00
parent ea618d9740
commit 108e61f4eb
2 changed files with 2 additions and 2 deletions

View File

@ -472,7 +472,7 @@ void IDisposable.Dispose()
Dispose();
}
private void Dispose()
{ // importantly, this does **not** own the stream, and does not dispose it
{
if (dest != null)
{
Flush(this);

View File

@ -472,7 +472,7 @@ void IDisposable.Dispose()
Dispose();
}
private void Dispose()
{ // importantly, this does **not** own the stream, and does not dispose it
{
if (dest != null)
{
Flush(this);