minor: fix mono compiler warning in ScriptsHttpRequests.cs
parent
29e28f4b84
commit
148e46563f
|
@ -395,7 +395,6 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
|
||||||
//public bool HttpVerboseThrottle = true; // not implemented
|
//public bool HttpVerboseThrottle = true; // not implemented
|
||||||
public List<string> HttpCustomHeaders = null;
|
public List<string> HttpCustomHeaders = null;
|
||||||
public bool HttpPragmaNoCache = true;
|
public bool HttpPragmaNoCache = true;
|
||||||
private Thread httpThread;
|
|
||||||
|
|
||||||
// Request info
|
// Request info
|
||||||
private UUID _itemID;
|
private UUID _itemID;
|
||||||
|
|
Loading…
Reference in New Issue