diff options
Diffstat (limited to 'mutx.cpp')
| -rwxr-xr-x[-rw-r--r--] | mutx.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -9,19 +9,11 @@ using namespace std; mutx::mutx() { -#ifdef VERBOSE - cout << "mutx::mutx()" << endl; -#endif - pthread_mutex_init( &mut_stdout, NULL ); } mutx::~mutx() { -#ifdef VERBOSE - cout << "mutx::~mutx()" << endl; -#endif - pthread_mutex_destroy( &mut_stdout ); } |
