mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
squashing warning.
This commit is contained in:
@@ -123,7 +123,9 @@ namespace OpenSim.Data.NHibernate
|
||||
{
|
||||
try
|
||||
{
|
||||
AssetBase a = session.Load(typeof(AssetBase), asset.FullID) as AssetBase;
|
||||
// a is not used anywhere?
|
||||
// AssetBase a = session.Load(typeof(AssetBase), asset.FullID) as AssetBase;
|
||||
session.Load(typeof(AssetBase), asset.FullID);
|
||||
}
|
||||
catch (ObjectNotFoundException)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user