mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Comment out unused private functions to avoid compiler warnings.
This commit is contained in:
@@ -67,15 +67,14 @@ namespace OpenSim.Server.Handlers.Tests.Asset
|
||||
BaseRequestHandlerTestHelper.BaseTestSplitParams(handler, ASSETS_PATH);
|
||||
}
|
||||
|
||||
private static AssetBase CreateTestEnvironment(out AssetServerGetHandler handler, out OSHttpResponse response)
|
||||
{
|
||||
AssetBase asset = GetAssetStreamHandlerTestHelpers.CreateCommonTestResources(out response);
|
||||
|
||||
IAssetService assetDataPlugin = new TestAssetService();
|
||||
handler = new AssetServerGetHandler(assetDataPlugin);
|
||||
|
||||
assetDataPlugin.Store(asset);
|
||||
return asset;
|
||||
}
|
||||
// TODO: unused
|
||||
// private static AssetBase CreateTestEnvironment(out AssetServerGetHandler handler, out OSHttpResponse response)
|
||||
// {
|
||||
// AssetBase asset = GetAssetStreamHandlerTestHelpers.CreateCommonTestResources(out response);
|
||||
// IAssetService assetDataPlugin = new TestAssetService();
|
||||
// handler = new AssetServerGetHandler(assetDataPlugin);
|
||||
// assetDataPlugin.Store(asset);
|
||||
// return asset;
|
||||
// }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user