diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs index 2e17f1e..4577ca3 100644 --- a/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs +++ b/OpenSim/Tests/Common/Mock/TestOSHttpResponse.cs | |||
@@ -117,8 +117,6 @@ namespace OpenSim.Tests.Common | |||
117 | /// </summary> | 117 | /// </summary> |
118 | public string StatusDescription { get; set; } | 118 | public string StatusDescription { get; set; } |
119 | 119 | ||
120 | public bool ReuseContext { get; set; } | ||
121 | |||
122 | /// <summary> | 120 | /// <summary> |
123 | /// Add a header field and content to the response. | 121 | /// Add a header field and content to the response. |
124 | /// </summary> | 122 | /// </summary> |