minor: fix mono compiler warning in ScriptsHttpRequests.cs

user_profiles
Justin Clark-Casey (justincc) 2013-04-10 00:07:58 +01:00
parent 29e28f4b84
commit 148e46563f
1 changed files with 0 additions and 1 deletions

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;