mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Remove redundant methods in FlotsamAssetCache
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user