From 64341fc965cc92507498deb42516ab50eda619f2 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Tue, 24 Mar 2009 20:57:02 +0000 Subject: * minor: remove a couple more compiler warnings --- OpenSim/Framework/Communications/Cache/CachedUserInfo.cs | 4 ---- 1 file changed, 4 deletions(-) (limited to 'OpenSim/Framework/Communications/Cache/CachedUserInfo.cs') 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 return true; } - - return false; } public bool QueryFolder(InventoryFolderBase folder) @@ -866,8 +864,6 @@ namespace OpenSim.Framework.Communications.Cache return true; } - - return false; } } -- cgit v1.1