mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +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:
@@ -49,7 +49,7 @@ namespace OpenSim.Services.AssetService
|
||||
IConfig moduleConfig = source.Configs["Modules"];
|
||||
if (moduleConfig != null)
|
||||
{
|
||||
string name = moduleConfig.GetString("AssetServices", "");
|
||||
// string name = moduleConfig.GetString("AssetServices", "");
|
||||
|
||||
IConfig assetConfig = source.Configs["AssetService"];
|
||||
if (assetConfig == null)
|
||||
|
||||
@@ -84,7 +84,7 @@ namespace OpenSim.Services.Base
|
||||
|
||||
return null;
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user