minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2009-11-09 16:03:15 +00:00
parent 9b2592a960
commit a7af92d5d0
5 changed files with 7 additions and 7 deletions

View File

@@ -831,7 +831,7 @@ namespace Flotsam.RegionModules.AssetCache
public string Store(AssetBase asset)
{
if ((asset.FullID == null) || (asset.FullID == UUID.Zero))
if (asset.FullID == UUID.Zero)
{
asset.FullID = UUID.Random();
}