b0bda71ac0
When #define QUICK_THREADS was introduced, for copying some task data for a child thread, one proc_t pad byte was used to mark, then later identify, those children. Later the QUICK_THREADS was recycled as FALSE_THREADS, and used for a different purpose, but a conditional in the header file erroneously remained. Now, it is gone! Reference(s): . Jul, 2016 - QUICK_THREADS become FALSE_THREADS commitc546d9dd44. Aug, 2011 - QUICK_THREADS intruduced commitbb4f08ba29Signed-off-by: Jim Warner <james.warner@comcast.net>