| Index: base/synchronization/waitable_event.h
|
| diff --git a/base/synchronization/waitable_event.h b/base/synchronization/waitable_event.h
|
| index 5adc1ec64034aaa1370caa98c41d85e475010af8..c35af5467f62aa84b39ad80b7700a663fd8a142e 100644
|
| --- a/base/synchronization/waitable_event.h
|
| +++ b/base/synchronization/waitable_event.h
|
| @@ -21,9 +21,6 @@
|
|
|
| namespace base {
|
|
|
| -// This replaces INFINITE from Win32
|
| -static const int kNoTimeout = -1;
|
| -
|
| class TimeDelta;
|
|
|
| // A WaitableEvent can be a useful thread synchronization tool when you want to
|
|
|