diff options
| author | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-07 14:42:30 -0400 |
|---|---|---|
| committer | Ben Blum <bblum@andrew.cmu.edu> | 2012-08-07 18:18:48 -0400 |
| commit | bdbad614ac7ea948fdd0d9cfb509d9b05008c3c2 (patch) | |
| tree | f9dbfb1ce10048c92d24b0f2d05b14750170c769 /src/rt/rust_cond_lock.cpp | |
| parent | 32e4fd62e968cba994aa4e4a85b00c072fe58bc1 (diff) | |
| download | rust-bdbad614ac7ea948fdd0d9cfb509d9b05008c3c2.tar.gz rust-bdbad614ac7ea948fdd0d9cfb509d9b05008c3c2.zip | |
Remove rust_cond_lock and sys::condition (rename to little_lock)
Diffstat (limited to 'src/rt/rust_cond_lock.cpp')
| -rw-r--r-- | src/rt/rust_cond_lock.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/rt/rust_cond_lock.cpp b/src/rt/rust_cond_lock.cpp deleted file mode 100644 index cdeccfdc26c..00000000000 --- a/src/rt/rust_cond_lock.cpp +++ /dev/null @@ -1,6 +0,0 @@ -#include "rust_cond_lock.h" - -rust_cond_lock::rust_cond_lock() - : waiting(NULL) -{ -} |
