Removing unused class member.

This commit is contained in:
Robin Sommer 2013-01-17 17:40:34 -08:00
parent 564e27abb6
commit 2823744ea5

View file

@ -199,10 +199,6 @@ private:
bool terminating; // Set to to true to signal termination.
bool killed; // Set to true once forcefully killed.
// Used as a semaphore to tell the pthread thread when it may
// terminate.
pthread_mutex_t terminate;
// For implementing Fmt().
char* buf;
unsigned int buf_len;