mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-08 23:43:18 +02:00
Code cleanup
This commit is contained in:
@@ -170,11 +170,9 @@ internal class AsyncStreamReader : IDisposable
|
||||
byteBuffer = null;
|
||||
charBuffer = null;
|
||||
}
|
||||
if (eofEvent != null)
|
||||
{
|
||||
eofEvent.Close();
|
||||
eofEvent = null;
|
||||
}
|
||||
|
||||
eofEvent?.Close();
|
||||
eofEvent = null;
|
||||
}
|
||||
|
||||
private void Init(Stream stream, UserCallBack callback, Encoding encoding, int bufferSize)
|
||||
|
||||
Reference in New Issue
Block a user