csdr
csdr copied to clipboard
Change return type of `remove_thread()` to void
Flowing off the end of a function is undefined behavior. On Fedora 28,
the nmux
program would segfault when this function returned.
Related to #40