diff options
| author | David Lamparter <equinox@diac24.net> | 2017-09-05 18:19:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-05 18:19:45 +0200 |
| commit | 75048747e9f4e27a1669c2f7dbb1b73d63e7ab5c (patch) | |
| tree | b028f2db669c65f83a3ecbb1224cd29c040767a4 /lib/thread.h | |
| parent | c6fe7409985bd1c076439ee1cbe145e91b7f74e5 (diff) | |
| parent | e3c9529ee95827dc84b25b7f858e46c63aa37763 (diff) | |
Merge pull request #1087 from qlyoung/fix-weirdness
lib: fix thread scheduling weirdness
Diffstat (limited to 'lib/thread.h')
| -rw-r--r-- | lib/thread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/thread.h b/lib/thread.h index 86bf4df7c0..c830446e10 100644 --- a/lib/thread.h +++ b/lib/thread.h @@ -70,7 +70,6 @@ struct cancel_req { struct thread_master { char *name; - int tick_since_io; struct thread **read; struct thread **write; struct pqueue *timer; |
