* Removed unused m_bAvailable

This commit is contained in:
lbsa71
2008-08-08 11:38:21 +00:00
parent eaff580abe
commit 96fa85cd9f

View File

@@ -1555,7 +1555,7 @@ namespace OpenSim.Region.Communications.OGS1
#endregion
// helper to see if remote region is up
bool m_bAvailable = false;
int timeOut = 10; //10 seconds
public bool CheckRegion(string address, uint port, bool retry)