* minor: remove a couple more compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-03-24 20:57:02 +00:00
parent 0bf2177dfb
commit 64341fc965

View File

@@ -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;
}
}