* minor: remove a couple more compiler warnings

0.6.5-rc1
Justin Clarke Casey 2009-03-24 20:57:02 +00:00
parent 0bf2177dfb
commit 64341fc965
1 changed files with 0 additions and 4 deletions

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