mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
* zap compilation warnings
This commit is contained in:
@@ -237,7 +237,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
private RequestPayPrice handlerRequestPayPrice = null;
|
||||
private ObjectSaleInfo handlerObjectSaleInfo = null;
|
||||
private ObjectBuy handlerObjectBuy = null;
|
||||
private BuyObjectInventory handlerBuyObjectInventory = null;
|
||||
//private BuyObjectInventory handlerBuyObjectInventory = null;
|
||||
private ObjectDeselect handlerObjectDetach = null;
|
||||
private AgentSit handlerOnUndo = null;
|
||||
|
||||
|
||||
@@ -77,8 +77,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
public class LLPacketHandler : IPacketHandler
|
||||
{
|
||||
private static readonly ILog m_log =
|
||||
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log =
|
||||
// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
// Packet queues
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user