diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs index 8d36623..dbbcc49 100644 --- a/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs +++ b/OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | |||
@@ -816,8 +816,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
816 | 816 | ||
817 | return true; | 817 | return true; |
818 | } | 818 | } |
819 | |||
820 | return false; | ||
821 | } | 819 | } |
822 | 820 | ||
823 | public bool QueryFolder(InventoryFolderBase folder) | 821 | public bool QueryFolder(InventoryFolderBase folder) |
@@ -866,8 +864,6 @@ namespace OpenSim.Framework.Communications.Cache | |||
866 | 864 | ||
867 | return true; | 865 | return true; |
868 | } | 866 | } |
869 | |||
870 | return false; | ||
871 | } | 867 | } |
872 | 868 | ||
873 | } | 869 | } |