Remove the -v option.
commit850e36941f2bf4f899297cbf80faee3163322b23
authorKat Magic <kat.magic@zalau.ro>
Wed, 16 Jun 2010 09:16:28 +0000 (16 05:16 -0400)
committerKat Magic <kat.magic@zalau.ro>
Wed, 16 Jun 2010 09:16:28 +0000 (16 05:16 -0400)
treed42078e2b42fd3b4c07365b7c6c147e145ed732b
parent9e6b9b9009547c1c4867e9e67af02647771ec618
Remove the -v option.

The verbose option relied upon a non-standard and undocumented implementation
of pthread_t. Unfortunately, I couldn't come up with a simple way to provide a
thread-local identifier, and I feel that the function of the verbose option was
too insignificant to warrant the added complexity in the code. It's only useful
for debugging purposes, and gdb can accomplish that better anyway.
README
src/error.c
src/globals.h
src/shallot.c
src/thread.c