mirror of https://github.com/quasar/Quasar.git
Removed unnecessary comments due to changes to ProtoBuf
This commit is contained in:
parent
ea618d9740
commit
108e61f4eb
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue