mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Removed more compiler warnings, dead code, etc.
This commit is contained in:
@@ -158,6 +158,7 @@ namespace OpenSim.Framework
|
||||
public void ReturnPacket(Packet packet) {
|
||||
return; // packet pool disabled
|
||||
|
||||
/* // Commented out to remove a compiler warning. :)
|
||||
lock(pool)
|
||||
{
|
||||
PacketType type=packet.Type;
|
||||
@@ -171,6 +172,7 @@ namespace OpenSim.Framework
|
||||
((Stack)pool[type]).Push(packet);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user