squashing warning.

0.6.0-stable
Dr Scofield 2008-07-25 12:59:18 +00:00
parent 60ed8c3822
commit 81cb72b5ad
1 changed files with 3 additions and 1 deletions

View File

@ -123,7 +123,9 @@ namespace OpenSim.Data.NHibernate
{ {
try 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) catch (ObjectNotFoundException)
{ {