* Removed more compiler warnings, dead code, etc.

This commit is contained in:
Adam Frisby
2008-03-05 21:47:19 +00:00
parent 4ea52b2105
commit 14b37533aa
8 changed files with 6 additions and 14 deletions

View File

@@ -1163,7 +1163,6 @@ namespace OpenSim.Region.ClientStack
int MAX_ITEMS_PER_PACKET = 6;
Encoding enc = Encoding.ASCII;
uint FULL_MASK_PERMISSIONS = (uint)PermissionMask.All;
InventoryDescendentsPacket descend;
int i;
int count;

View File

@@ -385,7 +385,6 @@ namespace OpenSim.Region.ClientStack
// We are looking for alternate ports!
//m_log.Info("[SERVER]: UDP socket on " + listenIP.ToString() + " " + listenPort.ToString() + " is not available, trying next.");
}
System.Threading.Thread.Sleep(100); // Wait before we retry socket
}
m_log.Info("[SERVER]: UDP socket bound, getting ready to listen");