minor: fix mono compiler warning in ScriptsHttpRequests.cs

This commit is contained in:
Justin Clark-Casey (justincc)
2013-04-10 00:07:58 +01:00
parent 29e28f4b84
commit 148e46563f

View File

@@ -395,7 +395,6 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest
//public bool HttpVerboseThrottle = true; // not implemented
public List<string> HttpCustomHeaders = null;
public bool HttpPragmaNoCache = true;
private Thread httpThread;
// Request info
private UUID _itemID;