aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDave Herman <[email protected]>2010-10-21 08:06:44 -0700
committerDave Herman <[email protected]>2010-10-21 08:06:44 -0700
commit852c0d6631536a56c25bf712f89aac34b58c0d91 (patch)
tree6ae48072bf86079952bae3e79dd4b50d6ad77b11 /src
parenttests and bugfixes: fns take aliases, fixed binary arithmetic in create, elim... (diff)
downloadrust-852c0d6631536a56c25bf712f89aac34b58c0d91.tar.xz
rust-852c0d6631536a56c25bf712f89aac34b58c0d91.zip
oops, removed bits.test() from main
Diffstat (limited to 'src')
-rw-r--r--src/comp/driver/rustc.rs4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/comp/driver/rustc.rs b/src/comp/driver/rustc.rs
index 147d5dff..69030f3c 100644
--- a/src/comp/driver/rustc.rs
+++ b/src/comp/driver/rustc.rs
@@ -5,12 +5,8 @@ import front.token;
import middle.trans;
import middle.resolve;
-import util.bits;
-
io fn main(vec[str] args) {
- bits.test();
-
log "This is the rust 'self-hosted' compiler.";
log "The one written in rust.";
log "It does nothing yet, it's a placeholder.";