minor: remove warnings from unused fields in LocalGridServicesConnector

ghosts
Justin Clark-Casey (justincc) 2014-10-09 01:30:24 +01:00
parent 16eb9253b0
commit b28b31b3ee
1 changed files with 2 additions and 2 deletions

View File

@ -198,8 +198,8 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Grid
public GridRegion GetRegionByPosition(UUID scopeID, int x, int y) public GridRegion GetRegionByPosition(UUID scopeID, int x, int y)
{ {
GridRegion region = null; GridRegion region = null;
uint regionX = Util.WorldToRegionLoc((uint)x); // uint regionX = Util.WorldToRegionLoc((uint)x);
uint regionY = Util.WorldToRegionLoc((uint)y); // uint regionY = Util.WorldToRegionLoc((uint)y);
// First see if it's a neighbour, even if it isn't on this sim. // First see if it's a neighbour, even if it isn't on this sim.
// Neighbour data is cached in memory, so this is fast // Neighbour data is cached in memory, so this is fast