diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-16 15:34:15 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-06-16 15:34:15 -0700 |
| commit | 3e2006a57088a0b6e1b40fe22df88955d1ef9ec7 (patch) | |
| tree | d3617239416d3b8350833e1a56cdb48498968563 /src/rt/rust_cond_lock.cpp | |
| parent | e3c6e5e5b67283db4e3170c569a56b2a12c7d945 (diff) | |
| download | rust-3e2006a57088a0b6e1b40fe22df88955d1ef9ec7.tar.gz rust-3e2006a57088a0b6e1b40fe22df88955d1ef9ec7.zip | |
Revert "Adding a lock/condition variable to libcore."
This reverts commit e394ebda37bf6bbe4c516e2b9381aac8bd964dcc.
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) -{ -} |
