1
0
mirror of https://github.com/danog/parallel.git synced 2024-11-26 20:34:40 +01:00

Remove unused constant

This commit is contained in:
Stephen Coakley 2015-12-11 17:13:02 -06:00
parent 77f45f3d6b
commit d8b21c3283

View File

@ -23,8 +23,6 @@ use Icicle\Stream\Pipe\DuplexPipe;
*/
class Thread implements Channel, Context
{
const LATENCY_TIMEOUT = 0.01; // 10 ms
/**
* @var Internal\Thread An internal thread instance.
*/