From 57c7e94c8f8d456c1737bd7dd2bf5c6962003cd0 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 15 Oct 2010 22:09:09 -0700 Subject: Encode and decode tag types in dwarf properly. Add list module to std. Shift rustc to use std.util.option. Fix various dependent bugs. Closes #73. --- src/comp/util/common.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/comp/util') diff --git a/src/comp/util/common.rs b/src/comp/util/common.rs index 51dbfbb1..cbf7aadf 100644 --- a/src/comp/util/common.rs +++ b/src/comp/util/common.rs @@ -5,14 +5,6 @@ type pos = rec(uint line, uint col); type span = rec(str filename, pos lo, pos hi); type spanned[T] = rec(T node, span span); -// FIXME: import std.util.option and use it here. -// import std.util.option; - -tag option[T] { - none; - some(T); -} - tag ty_mach { ty_i8; ty_i16; -- cgit v1.2.3