mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Eliminated several warnings
This commit is contained in:
@@ -96,8 +96,10 @@ namespace OpenSim.Region.CoreModules.Scripting.HttpRequest.Tests
|
||||
{
|
||||
public string Response { get; set; }
|
||||
|
||||
#pragma warning disable 0618
|
||||
public TestHttpWebResponse(SerializationInfo serializationInfo, StreamingContext streamingContext)
|
||||
: base(serializationInfo, streamingContext) {}
|
||||
#pragma warning restore 0618
|
||||
|
||||
public override Stream GetResponseStream()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user