From 06b52b70db868285de5cf71166e5ce5b9dfb8e00 Mon Sep 17 00:00:00 2001 From: Michael Bebenita Date: Wed, 28 Jul 2010 12:36:59 -0700 Subject: Fix typos in comments, delete obsolete comments and dead commented code. --- src/rt/rust_internal.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/rt/rust_internal.h') 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 { -// 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" // -- cgit v1.2.3