mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
minor: fix compiler warnings in EstateDataRobustConnector
This commit is contained in:
@@ -73,7 +73,7 @@ namespace OpenSim.Server.Handlers
|
||||
|
||||
public class EstateServerGetHandler : BaseStreamHandler
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
IEstateDataService m_EstateService;
|
||||
|
||||
@@ -94,7 +94,6 @@ namespace OpenSim.Server.Handlers
|
||||
protected override byte[] ProcessRequest(string path, Stream request,
|
||||
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
||||
{
|
||||
byte[] result = new byte[0];
|
||||
Dictionary<string, object> data = null;
|
||||
|
||||
string[] p = SplitParams(path);
|
||||
@@ -271,7 +270,6 @@ namespace OpenSim.Server.Handlers
|
||||
protected override byte[] ProcessRequest(string path, Stream request,
|
||||
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
||||
{
|
||||
byte[] result = new byte[0];
|
||||
Dictionary<string, object> data = null;
|
||||
|
||||
string[] p = SplitParams(path);
|
||||
|
||||
Reference in New Issue
Block a user