refactor: Remove unused AsyncCommandManager.PleaseShutdown

cpu-performance
Justin Clark-Casey (justincc) 2013-05-31 18:12:36 +01:00
parent bf03523323
commit 00c1586ff8
1 changed files with 1 additions and 19 deletions

View File

@ -377,23 +377,5 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
}
}
}
#region Check llRemoteData channels
#endregion
#region Check llListeners
#endregion
/// <summary>
/// If set to true then threads and stuff should try to make a graceful exit
/// </summary>
public bool PleaseShutdown
{
get { return _PleaseShutdown; }
set { _PleaseShutdown = value; }
}
private bool _PleaseShutdown = false;
}
}
}