Removed obsolete method in SendQueue
This commit is contained in:
parent
51345e02a0
commit
b9a6e8acfe
1 changed files with 0 additions and 7 deletions
|
|
@ -45,13 +45,6 @@ namespace Server.Network {
|
|||
}
|
||||
}
|
||||
|
||||
public static void Release( Gram e ) {
|
||||
lock ( _pool ) {
|
||||
_pool.Push( e );
|
||||
ReleaseBuffer( e._buffer );
|
||||
}
|
||||
}
|
||||
|
||||
private byte[] _buffer;
|
||||
private int _length;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue