* Removed more compiler warnings, dead code, etc.

This commit is contained in:
Adam Frisby
2008-03-05 21:47:19 +00:00
parent 4ea52b2105
commit 14b37533aa
8 changed files with 6 additions and 14 deletions

View File

@@ -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);
}
}
*/
}
}
}