diff options
author | Justin Clarke Casey | 2009-03-24 20:57:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-03-24 20:57:02 +0000 |
commit | 64341fc965cc92507498deb42516ab50eda619f2 (patch) | |
tree | a5d1d91e986bc6c8573322827dd6cf62f96f7998 | |
parent | * Use memory more efficiently when loading oars (diff) | |
download | opensim-SC_OLD-64341fc965cc92507498deb42516ab50eda619f2.zip opensim-SC_OLD-64341fc965cc92507498deb42516ab50eda619f2.tar.gz opensim-SC_OLD-64341fc965cc92507498deb42516ab50eda619f2.tar.bz2 opensim-SC_OLD-64341fc965cc92507498deb42516ab50eda619f2.tar.xz |
* minor: remove a couple more compiler warnings
-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 | } |