Removes default value initializers
This commit is contained in:
parent
ff26dfa375
commit
f0a48ad431
19 changed files with 37 additions and 37 deletions
|
|
@ -1385,7 +1385,7 @@ namespace Server
|
|||
|
||||
public sealed class AsyncWriter : GenericWriter
|
||||
{
|
||||
private static int m_ThreadCount = 0;
|
||||
private static int m_ThreadCount;
|
||||
public static int ThreadCount => m_ThreadCount;
|
||||
|
||||
private int BufferSize;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue