diff options
| author | Michael Bebenita <[email protected]> | 2010-07-28 12:36:59 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-07-28 20:30:29 -0700 |
| commit | 06b52b70db868285de5cf71166e5ce5b9dfb8e00 (patch) | |
| tree | 001f3d749cc48a65a7f230399b6ca17a1392b766 /src/rt/rust_internal.h | |
| parent | Wrap long lines. (diff) | |
| download | rust-06b52b70db868285de5cf71166e5ce5b9dfb8e00.tar.xz rust-06b52b70db868285de5cf71166e5ce5b9dfb8e00.zip | |
Fix typos in comments, delete obsolete comments and dead commented code.
Diffstat (limited to 'src/rt/rust_internal.h')
| -rw-r--r-- | src/rt/rust_internal.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h index bd9be504..1f140841 100644 --- a/src/rt/rust_internal.h +++ b/src/rt/rust_internal.h @@ -606,25 +606,6 @@ struct rust_token : public rust_cond { #include "circular_buffer.h" -//struct circ_buf : public dom_owned<circ_buf> { -// static const size_t INIT_CIRC_BUF_UNITS = 8; -// static const size_t MAX_CIRC_BUF_SIZE = 1 << 24; -// -// rust_dom *dom; -// size_t alloc; -// size_t unit_sz; -// size_t next; -// size_t unread; -// uint8_t *data; -// -// circ_buf(rust_dom *dom, size_t unit_sz); -// ~circ_buf(); -// -// void transfer(void *dst); -// void push(void *src); -// void shift(void *dst); -//}; - #include "rust_chan.h" // |