Remove redundant methods in FlotsamAssetCache

This commit is contained in:
Justin Clark-Casey (justincc)
2014-01-18 00:55:49 +00:00
parent b9453a8f6f
commit 0cbe5f8424

View File

@@ -487,11 +487,6 @@ namespace OpenSim.Region.CoreModules.Asset
return Get(id);
}
public AssetBase CheckCached(string id)
{
return Get(id);
}
public void Expire(string id)
{
if (m_LogLevel >= 2)
@@ -1036,11 +1031,6 @@ namespace OpenSim.Region.CoreModules.Asset
return asset.Data;
}
public bool CheckData(string id)
{
return Check(id); ;
}
public bool Get(string id, object sender, AssetRetrieved handler)
{
AssetBase asset = Get(id);