commit | c206366fd7774aff222578c2680b931a4c2c35ba | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Thu Dec 01 20:21:04 2011 +0000 |
tree | 754a1c9a558a9c1e4e1774aec8ac5268ba3d2afe | |
parent | ab0ad4ed1eea577056d76a4b76734dae881955d3 [diff] [blame] |
Quash a whole bunch of warnings llvm-svn: 145624
diff --git a/libcxx/src/condition_variable.cpp b/libcxx/src/condition_variable.cpp index ca1dca3..b53b836 100644 --- a/libcxx/src/condition_variable.cpp +++ b/libcxx/src/condition_variable.cpp
@@ -16,8 +16,7 @@ condition_variable::~condition_variable() { - int e = pthread_cond_destroy(&__cv_); -// assert(e == 0); + pthread_cond_destroy(&__cv_); } void