minor: fix compiler warnings in EstateDataRobustConnector
parent
4ac3d4a229
commit
60889f139a
|
@ -73,7 +73,7 @@ namespace OpenSim.Server.Handlers
|
||||||
|
|
||||||
public class EstateServerGetHandler : BaseStreamHandler
|
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;
|
IEstateDataService m_EstateService;
|
||||||
|
|
||||||
|
@ -94,7 +94,6 @@ namespace OpenSim.Server.Handlers
|
||||||
protected override byte[] ProcessRequest(string path, Stream request,
|
protected override byte[] ProcessRequest(string path, Stream request,
|
||||||
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
||||||
{
|
{
|
||||||
byte[] result = new byte[0];
|
|
||||||
Dictionary<string, object> data = null;
|
Dictionary<string, object> data = null;
|
||||||
|
|
||||||
string[] p = SplitParams(path);
|
string[] p = SplitParams(path);
|
||||||
|
@ -271,7 +270,6 @@ namespace OpenSim.Server.Handlers
|
||||||
protected override byte[] ProcessRequest(string path, Stream request,
|
protected override byte[] ProcessRequest(string path, Stream request,
|
||||||
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
IOSHttpRequest httpRequest, IOSHttpResponse httpResponse)
|
||||||
{
|
{
|
||||||
byte[] result = new byte[0];
|
|
||||||
Dictionary<string, object> data = null;
|
Dictionary<string, object> data = null;
|
||||||
|
|
||||||
string[] p = SplitParams(path);
|
string[] p = SplitParams(path);
|
||||||
|
|
Loading…
Reference in New Issue