mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
cleaning out warnings.
NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
This commit is contained in:
@@ -33,7 +33,7 @@ namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public class CachedGetAssetStreamHandler : BaseGetAssetStreamHandler
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private readonly IAssetCache m_assetProvider;
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ namespace OpenSim.Framework.Servers
|
||||
{
|
||||
public class GetAssetStreamHandler : BaseGetAssetStreamHandler
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private readonly IAssetDataPlugin m_assetProvider;
|
||||
|
||||
|
||||
@@ -48,7 +48,8 @@ namespace OpenSim.Framework.Servers.HttpServer.Tests
|
||||
[Test]
|
||||
public void TestConstructor()
|
||||
{
|
||||
BaseRequestHandlerImpl handler = new BaseRequestHandlerImpl( null, null );
|
||||
// BaseRequestHandlerImpl handler =
|
||||
new BaseRequestHandlerImpl( null, null );
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -48,7 +48,8 @@ namespace OpenSim.Framework.Servers.Tests
|
||||
{
|
||||
TestHelper.InMethod();
|
||||
|
||||
CachedGetAssetStreamHandler handler = new CachedGetAssetStreamHandler(null);
|
||||
// CachedGetAssetStreamHandler handler =
|
||||
new CachedGetAssetStreamHandler(null);
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
@@ -49,7 +49,8 @@ namespace OpenSim.Framework.Servers.Tests
|
||||
{
|
||||
TestHelper.InMethod();
|
||||
|
||||
GetAssetStreamHandler handler = new GetAssetStreamHandler( null );
|
||||
// GetAssetStreamHandler handler =
|
||||
new GetAssetStreamHandler( null );
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
||||
Reference in New Issue
Block a user