diff options
author | Justin Clark-Casey (justincc) | 2014-01-18 00:55:49 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-01-18 00:55:49 +0000 |
commit | 0cbe5f842419040dcfee688664d605a03d2f420b (patch) | |
tree | 67bc5dd487db22fa2d3b9ea11c73d52c873352ae | |
parent | implement CoreAssetCache.Check() (diff) | |
download | opensim-SC_OLD-0cbe5f842419040dcfee688664d605a03d2f420b.zip opensim-SC_OLD-0cbe5f842419040dcfee688664d605a03d2f420b.tar.gz opensim-SC_OLD-0cbe5f842419040dcfee688664d605a03d2f420b.tar.bz2 opensim-SC_OLD-0cbe5f842419040dcfee688664d605a03d2f420b.tar.xz |
Remove redundant methods in FlotsamAssetCache
-rw-r--r-- | OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs index a1803c1..6a5f8f3 100644 --- a/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs +++ b/OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs | |||
@@ -487,11 +487,6 @@ namespace OpenSim.Region.CoreModules.Asset | |||
487 | return Get(id); | 487 | return Get(id); |
488 | } | 488 | } |
489 | 489 | ||
490 | public AssetBase CheckCached(string id) | ||
491 | { | ||
492 | return Get(id); | ||
493 | } | ||
494 | |||
495 | public void Expire(string id) | 490 | public void Expire(string id) |
496 | { | 491 | { |
497 | if (m_LogLevel >= 2) | 492 | if (m_LogLevel >= 2) |
@@ -1036,11 +1031,6 @@ namespace OpenSim.Region.CoreModules.Asset | |||
1036 | return asset.Data; | 1031 | return asset.Data; |
1037 | } | 1032 | } |
1038 | 1033 | ||
1039 | public bool CheckData(string id) | ||
1040 | { | ||
1041 | return Check(id); ; | ||
1042 | } | ||
1043 | |||
1044 | public bool Get(string id, object sender, AssetRetrieved handler) | 1034 | public bool Get(string id, object sender, AssetRetrieved handler) |
1045 | { | 1035 | { |
1046 | AssetBase asset = Get(id); | 1036 | AssetBase asset = Get(id); |